Walk through files in a directory and output them. Files are sources in order of names
source_r_dir(dir, echo = FALSE, quiet = FALSE, ...)source_r_file(path, echo = FALSE, quiet = FALSE, ...)
None, called for side effects
The location of your R scripts
logical; if TRUE
, each expression is printed
after parsing, before evaluation.
Logical. Whether to print out a message for each file.
Additional arguments passed to base::source()
The location of the R file.