Description Usage Arguments Value Examples
This function creates a project and relevant files within the project location.
1 2 3 4 5 6 7 | make_project(
project,
path = getwd(),
folders = c("figures", "documentation", "data", "reports", "R"),
readme = "README.md",
git = FALSE
)
|
project |
name of project. |
path |
location of project. |
folders |
names of relevant folders. |
readme |
readme. Default is markdown file. |
git |
enable git. Default is FALSE. |
a RProject.
1 | # make_project(cats)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.