source_files {mark} | R Documentation |
Source file from directory
Description
Walk through files in a directory and output them. Files are sources in order of names
Usage
source_r_dir(dir, echo = FALSE, quiet = FALSE, ...)
source_r_file(path, echo = FALSE, quiet = FALSE, ...)
Arguments
dir |
The location of your R scripts |
echo |
logical; if |
quiet |
Logical. Whether to print out a message for each file. |
... |
Additional arguments passed to |
path |
The location of the R file. |
Value
None, called for side effects
[Package mark version 0.8.0 Index]