Final deliverables should be organized in a project folder. A suggested structure is:

 

final_project/
README.md
documentation/
study_scenario.md
data_dictionary.csv
codebook.csv
governance_notes.md
data_raw/
mock_redcap_export.csv
data_clean/
prepared_dataset.csv
scripts/
01_import_and_clean.R
02_quality_checks.R
03_descriptive_report.R
outputs/
query_listing.csv
summary_tables.xlsx
monitoring_plot.png
final_report.html

 

The README should tell the assessor how to navigate the project. The scripts should run in order. Outputs should be generated from scripts. Documentation should explain the study scenario, variables, derivations, missing data assumptions, and governance considerations.