Rdocumentation
powered by
Learn R Programming
boxr (version 0.3.3)
box_source: Execute R code stored on box.com
Description
box_source
will download a remote R script stored on box.com, and then attempt to execute it, using
source
.
Usage
box_source(file_id)
Arguments
file_id
The box.com id for the file that you'd like to download
See Also
box_dl
for saving files to disk,
box_save
for working with R workspaces, and
box_read
for reading files into memory as R objects.