Description References Examples
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.
This code is inspired by the skeleton structure used by Ruby on Rails.
1 2 3 4 5 6 7 | library('ProjectTemplate')
## Not run: create.project('project_name')
setwd('project_name')
load.project()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.