box_source
will download a remote R script stored on box.com, and then
attempt to execute it, using source()
.
box_source(file_id)
file_id | The box.com id for the file that you'd like to download |
---|
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.