R/load_flat_functions.R
load_flat_functions.Rd
Load the code of all 'function' chunk in a flat file
load_flat_functions(flat_file, envir = globalenv())
Path to the flat to load functions from
the environment
in which expr
is to
be evaluated. May also be NULL
, a list, a data frame,
a pairlist or an integer as specified to sys.call
.
Path to flat file loaded. Used for side effect: Load functions in the global environment.
if (FALSE) {
load_flat_functions(flat_file = "dev/flat_full.Rmd")
load_flat_functions(flat_file = "dev/flat_clean_fusen_files.Rmd")
}