Description Usage Arguments Details Value Examples
Load a package
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 |
The name of the project to set-up |
path |
The path where the project is to be set up. Default is the current working directory |
folders |
Folders to generate inside the project. Default are "figures", "documentation", "data", "reports" and "R" |
readme |
Name and format of the description file to be generated. Default is "README.md" |
git |
logical. TRUE if project is to be set up qith Git. Default is FALSE. |
Will also download the package if it has not been previously downloaded by the user
This function will only return an error message when failing, otherwise not output will be returned
1 | ## Not run: make_project(project_name)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.