Description Usage Arguments Value Note
View source: R/create_project.R
Create all the scaffolding for a new project in a new directory.
The scaffolding includes a README.Rmd
file, different folders to hold raw data, analyses, etc, and testthat
infrastructure. Also, optionally, set a GitHub repo and add Travis-CI.
1 2 |
name |
Name of the new project. A new folder will be created with that name. |
github |
Logical. Create GitHub repo? Note this requires a |
private_repo |
Logical. Default is FALSE. |
manuscript |
Logical. Create manuscript folder. Default is TRUE. |
travis |
Logical. Set Travis? If TRUE, a badge will be added automatically to README.Rmd. But the project will need to be activated at https://travis-ci.org/profile. |
A new directory with R package structure, slightly modified.
This function has been forked and modified from github.com/pakillo/template
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.