powered by
This function is a simple wrapper around dropbox_get for csv files.
dropbox_get
db.read.csv(dropbox_credentials, file_to_get)
Specifies an object of class DropboxCredentials with Dropobox specific credentials.
Specifies the path to the file you want to retrieve. Path must be relative to Dropbox root.
Dropbox root
data.frame
# NOT RUN { my_data <- db.read.csv(db_cred, 'data.csv', header = TRUE) # }
Run the code above in your browser using DataLab