Description Usage Arguments Examples
View source: R/source_directory.R
source_directory
sources all R files within a directory.
1 2 3 4 5 6 | source_directory(
dir_name,
nested = FALSE,
verbose = FALSE,
show_warnings = TRUE
)
|
dir_name |
String name for directory within current working directory. |
nested |
Recursively source files in subdirectories? Defaults to FALSE. |
verbose |
Produce verbose output? Defaults to FALSE. |
show_warnings |
Show warning messages, if any? Defaults to TRUE. |
1 2 | source_directory("src")
source_directory("src", verbose = TRUE, nested = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.