
Load the code of all 'function' chunk in a flat file
Source:R/load_flat_functions.R
load_flat_functions.RdLoad 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
environmentin whichexpris to be evaluated. May also beNULL, a list, a data frame, a pairlist or an integer as specified tosys.call.