ProjectTemplate: Automates the creation of new statistical analysis projects.

Description References Examples

Description

ProjectTemplate2provides 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('ProjectTemplate2')

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

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

connectedblue/ProjectTemplate2 documentation built on May 17, 2019, 2:46 p.m.