run: Run the scrips in a project

View source: R/run.R

runR Documentation

Run the scrips in a project

Description

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

Usage

run(from = 0, to, skips = NULL)

Arguments

from

numeric. minimum script to run

to

numeric. maximum script to run

skips

character. anything to grep from the file names that you do not want to run

Value

side effect of sourcing the scripts


Acanthiza/envFunc documentation built on Aug. 19, 2024, 4:50 a.m.