Description Usage Arguments Value
View source: R/objectstorage.R
The input objects will be compared with the stored objects, and replaced only when needed
1 2 3 4 5 |
storagepath |
Path with the storage. |
obj.environment |
Environment or named list with the objects |
objectnames |
Character vector with the names of the objects to add. Defaults to all objects in the
|
flag_forced_save_filenames |
Boolean vector with the length equal to objectnames, or named vector with objectnames as keys, or single value specifying whether to put a specific object in its own dedicated archive |
flag_use_tmp_storage |
Boolean vector with the length equal to objectnames, or named vector with objectnames as keys, or single value specifying whether if the temporary save file should be created in the fast /tmp directory first, and only then compressed into the target place. |
forced_archive_paths |
Character vector with the length equal to objectnames, or named vector with objectnames as keys, or single value specifying custom path of archive where a specific object(s) will saved. |
compress |
Character vector with the length equal to objectnames, or named vector with objectnames as keys, or single value specifying compression algorithm for each object. Compression will be applied archive-wise. |
large_archive_prefix |
If set, all new archives for large objects will be saved with this prefix, otherwise in the
|
Returns 'data.frame' with the following columns:
Name of the stored object. This is a primary key.
String with the digest of the object.
Numeric value with the size of the stored object.
Path where the object is stored absolute or relative to the storage path.
Logical. TRUE
if the archive contain only this one object. Otherwise
archive contains named list of objects.
Type of compression used to store this individual object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.