Description Usage Arguments Examples
View source: R/source_folder.R
Recursively source a folder, loading all files with .R ext into the global environment.
1 | source_folder(folder, silent = TRUE)
|
folder |
the directory to source. |
silent |
logical. If |
1 2 3 4 | ## Not run:
source_folder("path/to/myfolder")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.