Description Usage Arguments Details
View source: R/zzz-s3cmd_shortcuts.R
This function will write an object to a file on disk, and upload the file to AWS S3 using s3cmd.
1 2 | s3cmd_store(obj, name, path = s3cmd_default_path(), storage_format = "RDS",
..., force = FALSE)
|
obj |
ANY. The R object to store. |
name |
simple string. The key used to store the object. |
path |
simple string. The s3 bucket where the object is stored. |
storage_format |
simple string. The name of the disk interface in /codeDEFAULT_DISK_INTERFACES to use to read the object from disk into the R session. |
... |
additional parameters to pass to interface objects via |
force |
logical. Whether or not to overwrite the object in disk cache |
To use this effectively, make sure that you are reading in objects in the same format as you write them! (As of version 0.0.8, the only storage format is RDS, but expect there to be more of them later)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.