R/run.R
run.Rd
Assumes the file names of the scripts to run start with four-digits that order the files. i.e. 0010_setup.R will run before 0020_clean.R
run(from = 0, to, skips = NULL)
numeric. minimum script to run
numeric. maximum script to run
character. anything to grep from the file names that you do not want to run
side effect of sourcing the scripts