Learn R Programming

ProjectTemplate (version 0.1-1)

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

Description

The ProjectTemplate package provides a single function create.project() that automatically builds a directory for a new R project with a clean directory structure and useful utility programs for automating the loading of project data. The hope is that standardized and automated data loading, automatic loading of best practice packages and useful nudges towards keeping cleanly organized code will improve the quality of R coding.

Arguments

Details

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

References

This code is inspired by Ruby on Rails.

Examples

Run this code
library('ProjectTemplate')

create.project('project_name')

Run the code above in your browser using DataLab