source_all | R Documentation |
Source all R files in a directory at once. Also loads selected libraries. This function can be useful when developing R packages, instead of rebuilding the entire package every time you make a change (which is a more robust way to checking the package works, but is much slower).
source_all(path = "R/", pattern = "*.R$", packages = "dplyr", ...)
path |
Directory containing R files. |
pattern |
File name pattern to search for. |
packages |
Packages to install and load. |
... |
Additional arguments passed to source. |
Null
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.