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

Description Usage Arguments Value See Also Examples

Description

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

Usage

1
  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

1
2
3
4
## Not run: 
my_data <- db.read.csv(db_cred, 'data.csv', header = TRUE)

## End(Not run)

karthik/rDrop documentation built on May 20, 2019, 7:22 a.m.