Description Usage Arguments Value
View source: R/create_fresh_project.R
Create folders for a new scientific data analysis project.
1 | create_fresh_project(proj_name = "Fresh Project", proj_dir)
|
proj_name |
What is the name of the project? This will be the name of the main folder for the project. |
proj_dir |
A directory where you would like to set up the project. |
A new project named proj_name
is created in the project directory proj_dir
.
Examples Include:
create_fresh_project(proj_name = "Fresh Project", proj_dir = "/Users/USC/Documents/GitHub/freshproject")
create_fresh_project(proj_name = "My Fresh Project", proj_dir = "/Users/USC/Desktop")
create_fresh_project(proj_name = "Even Fresher Project", proj_dir = "/Users/USC/Desktop")
create_fresh_project(proj_name = "The Freshest Project", proj_dir = "/Users/USC/Desktop")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.