repo_load: Loads an item to current workspace

Description Usage Arguments Value

View source: R/repo_public.R

Description

Like repo_get, returns the contents of a stored item. But, unlike repo_get, loads it to the current namespace.

Usage

1
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.


franapoli/repo documentation built on May 17, 2021, 7:24 p.m.