Learn R Programming

ProjectTemplate (version 0.1-2)

ProjectTemplate-package: Automates the creation of new R statistical analysis projects.

Description

The ProjectTemplate package provides a function, create.project(), that automatically builds a directory for a new R project with a clean sub-directory structure and automatic data and library loading tools. The hope is that standardized data loading, automatic importing of best practice packages, integrated unit testing and useful nudges towards keeping a cleanly organized codebase will improve the quality of R coding.

Arguments

Details

ll{ Package: ProjectTemplate Type: Package Version: 0.1-2 Date: 2010-08-26 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