source_files {pkgmaker} | R Documentation |
Source Multiple Files
Description
Vectorised version of source
.
Usage
source_files(x, pattern = NULL, ...)
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 |
Value
the return value of running source on each individual file.
[Package pkgmaker version 0.32.10 Index]