View source: R/setup-project.R
| setup_project | R Documentation | 
Setup project
setup_project(name, path = NULL, folders = NULL, git = TRUE, readme = TRUE)
| name | Name of project to create. | 
| path | Path where project is created. | 
| folders | Vector with names for folders to be created. | 
| git | Logical if git repo should be initialized. | 
| readme | Logical if README.md should be added. | 
Create project folder with certain structure.
void
## Not run: setup_project(name = "Analysis_project", path = "~/Desktop")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.