Description Usage Arguments Value
View source: R/objectstorage.R
Main function to load the objects into the given environment
1 2 3 | load_objects(storagepath, objectnames = NULL,
target_environment = rlang::caller_env(),
flag_double_check_digest = FALSE, aliasnames = NULL)
|
storagepath |
Path to the storage metadata |
objectnames |
Objectnames to extract |
target_environment |
Target environment where to put the objects |
flag_double_check_digest |
Calculate the digest of the extracted objects and check it against the metadata |
aliasnames |
Optional vector of the same length as |
Logical vector, one for each loaded object. TRUE
means that
load was successfull, FALSE
otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.