run.project: Run all of the analyses in the 'src' directory.

View source: R/run.project.R

run.projectR Documentation

Run all of the analyses in the src directory.

Description

This function will run each of the analyses in the src directory in separate processes. At present, this is done serially, but future versions of this function will provide a means of running the analyses in parallel.

Usage

run.project()

Value

No value is returned; this function is called for its side effects.

Examples

library('ProjectTemplate')

## Not run: run.project()

johnmyleswhite/ProjectTemplate documentation built on Nov. 24, 2023, 7:12 a.m.