Learn R Programming

rDrop (version 0.3-0)

db.read.csv: Read CSV files stored in Dropbox

Description

This function is a simple wrapper around dropbox_get for csv files.

Usage

db.read.csv(dropbox_credentials, file_to_get)

Arguments

dropbox_credentials

Specifies an object of class DropboxCredentials with Dropobox specific credentials.

file_to_get

Specifies the path to the file you want to retrieve. Path must be relative to Dropbox root.

Value

data.frame

See Also

dropbox_get

Examples

Run this code
# NOT RUN {
my_data <- db.read.csv(db_cred, 'data.csv', header = TRUE)
# }

Run the code above in your browser using DataLab