Learn R Programming

ProjectTemplate (version 0.1-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 is able to automate data loading, preprocessing, library importing and unit testing.

Arguments

Details

ll{ Package: ProjectTemplate Type: Package Version: 0.1-3 Date: 2010-10-02 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