Learn R Programming

ProjectTemplate (version 0.3-3)

ProjectTemplate-package: 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

Details

ll{ Package: ProjectTemplate Type: Package Version: 0.3-1 Date: 2011-06-24 License: Artistic-2.0 LazyLoad: yes } create.project('project_name')

References

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

Examples

Run this code
library('ProjectTemplate')

create.project('project_name')

setwd('project_name')

load.project()

Run the code above in your browser using DataLab