load_dependency: Load a bunch of dependencies by filename

Description Usage Arguments Examples

View source: R/load_dependency.r

Description

Load a bunch of dependencies by filename

Usage

1
load_dependency(dep, envir)

Arguments

dep

character. Name of dependency, e.g., relative filename (without .r)

envir

environment. The parent environment for the base::source call.

Examples

1
2
3
4
## Not run: 
  helper <- load_dependency('path/to/helper')

## End(Not run)

robertzk/Ramd documentation built on May 27, 2019, 10:33 a.m.