How can I import .csv file in the data frame in #posit cloud?

I have some issue regarding to import .csv file in the data frame . I am not able to understand how I can import file and perform other operations on that dataset . I downloaded the data set but not able to import in posit cloud . Please help me out torsolve this issue.

Were you able to upload the csv file from your computer to Posit Cloud? If not, go to the Files tab in the lower right pane and click on Upload. Click on Choose File, navigate to and select the csv file, and then click on OK. Check to make sure it now appears in the file list. If you have already done that, please show the code you are using to import it to the R session as a data frame and any error messages. I expect it to be something like

my_df <- read.csv("mydata.csv")
1 Like

Thank you . It is helpful for me.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.