Description Usage Arguments Details Value See Also
View source: R/boxr_save_load.R
Use these functions to save and load workspaces or collections of objects
to or from Box. Similar to save()
, save.image()
, and load()
:
these functions operate on files at Box instead of on local files.
1 2 3 4 5 6 7 8 9 10 |
... |
Objects to be saved, quoted or unquoted; passed to |
dir_id |
|
file_name |
|
description |
|
filename |
|
file_id |
|
box_save()
Save object(s) using save()
, write to Box.
box_save_image()
Save workspace image using save.image()
,
write to Box.
box_load()
Read from Box, load using load()
.
box_save(), box_save_image()
Object with S3 class
boxr_file_reference
.
box_load()
From load()
, a character vector of the names of
objects created, invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.