source_dir: Load all source files in a directory.
Description
Load all source files in a directory.Usage
source_dir(path, pattern="\\.[rR]$", env = NULL, chdir=TRUE)
Arguments
pattern
regular expression used to filter files
env
environment in which to execute test suite. Defaults to new
chdir
change working directory to path?
Details
The expectation is that the files can be sourced in alphabetical
order.