View source: R/source_scripts.R
source_scripts | R Documentation |
source_scripts
sources all R scripts within a given
directory in a single function call.
source_scripts(filepath = getwd())
filepath |
A character string denoting a filepath. Defaults to the
working directory, |
source
for sourcing a single R script.
## Not run: source_scripts() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.