Reputation: 11
How can I download to R a csv from a non-public folder in dropbox?
The source_DropboxData function in the rempis package solved the problem before but it is no-longer supported.
Upvotes: 0
Views: 771
Reputation: 59
In rempis you should include additional data for non-public files as it is shown in the article https://www.r-bloggers.com/dropbox-r-data/
or maybe just download the file and use read.csv function or read.csv2 and import it.
Upvotes: 1