Description Usage Arguments Value Examples
View source: R/setup_project.R
This starts the project by setting up a common folder and file infrastructure, as well as adding some useful files to start the project.
1 | setup_project(path)
|
path |
A path to a new directory. |
Project setup with folders and files necessary for a standard research project.
1 2 3 4 5 6 7 8 | ## Not run:
# Use a temporary location
new_proj_name <- fs::path_temp("DiabetesCancer")
setup_project(new_proj_name)
# After the new project opens up, add Git with:
setup_with_git()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.