repo_load {repo} | R Documentation |
Loads an item to current workspace
Description
Like repo_get
, returns the contents of a stored item. But,
unlike repo_get
, loads it to the current namespace.
Usage
repo_load(names, overwrite_existing = F, env = parent.frame())
Arguments
names |
List or vector of repository item names. |
overwrite_existing |
Overwrite an existing variable by the same name in the current workspace. If F (defaults) throws an error. |
env |
Environment to load the variable into (parent environment by default). |
Value
Nothing, used for side effects.
[Package repo version 2.1.5 Index]