View source: R/source-and-load.R
load_functions | R Documentation |
Sources all R-scripts from specified folder via base::source()
that end with
_function.R or _functions.R.
load_functions(folder = "R", recursive = FALSE, verbose = TRUE)
folder |
The absolute or relative to the folder of interest. |
recursive |
Logical. If set to TRUE the file listing recurs into subsequent
folders (starting with the folder specified in |
verbose |
Logical. If set to TRUE informative messages will be printed. (Warnings will always be printed.) |
Sourced in functions as a side effect and an invisible TRUE.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.