load_lib: Load R files from /lib directory of project tree

Description Usage Arguments Details Value Examples

View source: R/load_lib.R

Description

Load R files from /lib directory of project tree

Usage

1
load_lib(str = "all", ...)

Arguments

str

a character vector specifying the lib files to source, defaults to "all", i.e., all R-files inside /lib will be sourced

Details

To save time and typing, this function will load R files from /lib directory of project tree, either by name (such as c("lib1", "lib2")) or all at once (default).

Value

nothing, invoked for side effects (sourcing of files)

Examples

1
## Not run: load_lib()

cszang/fridge documentation built on May 14, 2019, 12:26 p.m.