ProjectTemplate (version 0.7)

ProjectTemplate: Automates the creation of new statistical analysis projects.

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.

Arguments

References

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

Examples

Run this code
# NOT RUN {
library('ProjectTemplate')

# }
# NOT RUN {
create.project('project_name')

setwd('project_name')
load.project()
# }

Run the code above in your browser using DataLab