Like repo_get
, returns the contents of a stored item. But,
unlike repo_get
, loads it to the current namespace.
repo_load(names, overwrite_existing = F, env = parent.frame())
List or vector of repository item names.
Overwrite an existing variable by the same name in the current workspace. If F (defaults) throws an error.
Environment to load the variable into (parent environment by default).
Nothing, used for side effects.