source_files: Source Multiple Files
Description
Vectorised version of source
.
Usage
source_files(x, pattern = NULL, ...)
Value
the return value of running source on each individual file.
Arguments
- x
character vector containing filenames
- pattern
an optional regular expression. Only file names
which match the regular expression will be returned.
- ...
extra arguments passed to source
.