Description Usage Arguments Value
View source: R/project_setup.R
start_project()
is a function that does three things:
Relies on usethis::create_project()
to setup a new R project.
Calls on create_project_folders()
to populate project with
relevant folders.
Writes a setup script using write_rsetup()
1 | start_project(dir = NULL, proj_name = NULL, ...)
|
dir |
Path to where project folder should go |
proj_name |
Character, name of project |
... |
Other arguments |
Message if successful
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.