View source: R/source-and-load.R
load_scripts | R Documentation |
Sources all R-scripts from specified folder via base::source()
.
load_scripts(
folder = "R",
script.subset = NULL,
recursive = FALSE,
verbose = TRUE
)
folder |
The absolute or relative to the folder of interest. |
script.subset |
A regular expression that match the file names you want to load in specified as a character vector. |
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.