How do i resolve this

Error: 'Divvy_Trips_2019_Q1.csv' does not exist in current working directory ('/cloud/project').

Welcome to the forum

I think we need to see your code and some sample data. See
FAQ Asking Questions

A handy way to supply some sample data is the dput() function. In the case of a large dataset something like dput(head(mydata, 100)) should supply the data we need. Just do dput(mydata) where mydata is your data. Copy the output and paste it here between
```

`

1 Like

You need to download the csv file to your computer and then upload it to Posit Cloud. To upload, click on the Files tab in the lower right pane then click on the Upload tab. Click on Choose File, navigate to the csv file on your computer, select it, click on Open and then OK. It should appear in Files in the /cloud/project directory.

1 Like

Thanks i have resolved it

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.