View source: R/create_project_folder.R
create_project_folder | R Documentation |
Sets-up a template, ready-to-use folder for a new data science project.
create_project_folder(path = ".", verbose = TRUE)
path |
Path to directory in which to set up the template folder. |
verbose |
Boolean, should a message be displayed after each step?
Default value is |
Sets up the directory given in path
as follows:
Creates folders data/
, output/
and reports
;
Creates or ammend the .gitignore
file to exclude targets
files
and folders;
Creates template RMarkdown files make_targets_pipeline.Rmd
and
data_cleaning.Rmd
;
Creates template RMardown file results.Rmd
in the reports/
folder.
See vignette("create_project_folder")
for more information on the
template and how to use it.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.