ExportToDropbox: Export R object to Dropbox

View source: R/Dropbox.R

ExportToDropboxR Documentation

Export R object to Dropbox

Description

Export R object to Dropbox

Usage

ExportToDropbox(
  object,
  token,
  file = NA,
  as.csv = FALSE,
  reexport.seconds = -1
)

Arguments

object

R object to export

token

Dropbox access token with read and write access.

file

Name of output file. If no filename is supplied, by default the object will be saved to a file named <object>.rds or <object>.csv according to as.csv described below. This will overwrite existing files in your dropbox with the same name. When multiple copies of the same object under different conditions are saved, it may be preferrable to manually specify the filename.

as.csv

Logical; if TRUE the object will be exported as a .csv file, or else as a .rds file.

reexport.seconds

Time in seconds (must be greater than 600) after which object will be re-exported. This option works only in Displayr. By default this option is disabled.


Displayr/flipAPI documentation built on April 17, 2024, 9:42 a.m.