Description Usage Arguments Value
View source: R/runtime_objects.R
Generates plan of where and how save objects, which is used by other low-level functions
1 2 3 4 |
storagepath |
Path with the storage. |
objectnames |
Character vector with the names of the objects to add. Defaults to all objects in the
|
obj.environment |
Environment or named list with the objects. It is needed only for getting the object sizes in case user selects the default algorithm. |
flag_forced_save_filenames |
Controls, whether force a particular object in its own dedicated archive.
Value can be either single boolean, or vector of booleans with the same size as
|
flag_use_tmp_storage |
Relevant only for |
forced_archive_paths |
Overrides a specific path for the object. More than one object can be given
the same path - in that case the archive will be of the "multiple objects" type. This override is a stronger
version of parameter |
compress |
Controls the compression of the archive. It is important to realize, that if the archive
had already contained some objects prior to modifying it and the modification would not remove the objects,
those objects will be re-compressed with the |
large_archive_prefix |
If set, all new archives for large objects will be saved with this prefix, otherwise in the
|
default_save_directory_suffix |
Default location for each saved archive, absolute or relative to the
|
Returns list with one element for each archive to touch. Each element will be a list with the following properties
Character vector with one or more object names that are going to be stored in this archive.
Character vector with the path to the archive, stored as relative path to the storagepath
Compression method for all files
Whether or not use the temporary storage
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.