source_files: Source Multiple Files

View source: R/files.R

source_filesR 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 source.

Value

the return value of running source on each individual file.


pkgmaker documentation built on May 3, 2023, 5:08 p.m.