Description Usage Arguments Details Value Examples
View source: R/create_dsproject.R
Creates a template of folders and files for the 'ideal' data science project
1 | create_dsproject(path, open = FALSE)
|
path |
A path where to create the project template. Can be relative, absolute and non existent. |
open |
whether to open the RStudio project or not. Set to FALSE by default |
The function accepts a valid path (either relative or absolute) and applies these steps:
text describing parameter inputs in more detail.
"Folders"Creates folders code, data, report and misc inside path
"RProjects"Creates an R project in path
"Git"Initializes a Git repository in path
"Documentation"Adds a README.Rmd for project purposes
"Package dependency"Installs and loads packrat
for package dependency management
"Fresh start"Restarts R and opens the newly created .Rproj with packrat loaded
Nothing, it creates and edits several folders and files in path
1 2 3 4 | ## Not run:
create_dsproject()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.