Description Usage Arguments Details Examples
Create project folders with a minimal structure. See Details.
1 | flow_folders(project_path = ".")
|
project_path |
Project folder path. |
In a typical new workflow setup, create a RStudio project folder first. Then,
run this function in R console using the default parameter.
Minimal folder structure:
code - R script files (.R)
data_raw - Raw data from external source
data_derived - Data files generated in the analysis process
figs - Figures and plots
docs - Report files (.Rmd and their derivatives or .docx)
1 2 3 | temp_folder <- tempdir()
flow_folders(temp_folder)
list.dirs(temp_folder)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.