Description Usage Arguments Details Value Examples
Load R files from /lib directory of project tree
1 |
str |
a character vector specifying the lib files to source, defaults to "all", i.e., all R-files inside /lib will be sourced |
To save time and typing, this function will load R files from /lib
directory of project tree, either by name (such as c("lib1",
"lib2")
) or all at once (default).
nothing, invoked for side effects (sourcing of files)
1 | ## Not run: load_lib()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.