Description Usage Arguments Examples
This function creates an R project with relevant folders in 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 to create (figures, documentation, data, reports, R) |
readme |
readme, default is a markdown file. |
git |
enables git, default is false. |
1 | ## Not run: make_project(cats)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.