ProjectTemplate: Automates the creation of new statistical analysis projects.

Description References Examples

Description

ProjectTemplate provides functions to automatically build a directory structure for a new R project. Using this structure, ProjectTemplate automates data loading, preprocessing, library importing and unit testing.

References

This code is inspired by the skeleton structure used by Ruby on Rails.

Examples

1
2
3
4
5
6
7
library('ProjectTemplate')

## Not run: create.project('project_name')

setwd('project_name')
load.project()
## End(Not run)

KentonWhite/rsangole-201-rstudio documentation built on May 24, 2019, 2:33 p.m.