View source: R/build_project.R
build_project | R Documentation |
Build project data structure
build_project(out.path)
out.path |
Output directory where data structure will be built. |
This function returns a standardized data structure to ease data and code transferability. The final data structure includes the following folders:
00_data - Standardized data storage
01_analysis - output of data analysis
02_documents - General documents folder
03_code - Storage of project scripts
temp - temporary folder (used e.g. for testing)
A standardized file structure.
{}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.