load_flat_functions {fusen} | R Documentation |
Load the code of all 'function' chunk in a flat file
Description
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 |
Value
Path to flat file loaded. Used for side effect: Load functions in the global environment.
Examples
## Not run:
# Use this command directly in the console
fusen::load_flat_functions()
# Or choose a flat file to load functions from
load_flat_functions(flat_file = "dev/flat_full.Rmd")
load_flat_functions(flat_file = "dev/flat_clean_fusen_files.Rmd")
## End(Not run)
[Package fusen version 0.6.0 Index]