load_objects: Main function to load the objects into the given environment

Description Usage Arguments Value

View source: R/objectstorage.R

Description

Main function to load the objects into the given environment

Usage

1
2
3
load_objects(storagepath, objectnames = NULL,
  target_environment = rlang::caller_env(),
  flag_double_check_digest = FALSE, aliasnames = NULL)

Arguments

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 objectnames with new names for the extracted objects.

Value

Logical vector, one for each loaded object. TRUE means that load was successfull, FALSE otherwise.


adamryczkowski/objectstorage documentation built on May 24, 2019, 8:47 p.m.