Load the code of all 'function' chunk in a flat file
Source:R/load_flat_functions.R
load_flat_functions.Rd
Load the code of all 'function' chunk in a flat file
Usage
load_flat_functions(flat_file, envir = globalenv())
Arguments
- flat_file
Path to the flat to load functions from
- envir
the
environment
in whichexpr
is to be evaluated. May also beNULL
, a list, a data frame, a pairlist or an integer as specified tosys.call
.