Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

testthat (version 0.2)

source_dir: Load all source files in a directory.

Description

Load all source files in a directory.

Usage

source_dir(path, pattern="\.[rR]$", chdir=TRUE)

Arguments

path
path to tests
pattern
regular expression used to filter files
chdir
change working directory to path?

Details

The expectation is that the files can be sourced in alphabetical order.