Learn R Programming

ProjectTemplate (version 0.3-4)

run.project: Automatically run all of the analysis scripts in the src directory.

Description

Automatically run all of the analysis scripts in the src directory.

Usage

run.project()

Arguments

Value

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

Examples

Run this code
library('ProjectTemplate')

create.project('project_name')

setwd('project_name')

run.project()

Run the code above in your browser using DataLab