Learn R Programming

ProjectTemplate (version 0.3-4)

test.project: Automatically run all of the tests cases in the tests directory.

Description

Automatically run all of the tests cases in the tests directory.

Usage

test.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')

load.project()

test.project()

Run the code above in your browser using DataLab