Rdocumentation
powered by
Learn R Programming
pkgmaker (version 0.10.1)
source_files: Source Multiple Files
Description
Vectorised version of
source
.
Usage
source_files(x, pattern = NULL, ...)
Arguments
x
character vector containing filenames
...
extra arguments passed to
source
.
pattern
an optional
regular expression
. Only file names which match the regular expression will be returned.