template_data_analysis_project

A simple template for reproducible data analysis projects with Rstudio

Authors

Gustavo Paterno (paternogbc@gmail.com)

Description

Here you can include a small description of your project.

Folder structure

-- data
   |__data_derived
   |__data_raw
-- outputs
   |__figures
   |__models
   |__tables
   |__temp
-- scripts
-- docs
-- README.Rmd
Folder Description
data Contains the raw and derived data files
__data_raw Contains the raw data files
__data_derived files generated by scripts (derived data)
outputs Contains all outputs from the project
__figures Contains all figures generated in the project
__tables Contains all tables generated in the project
__temp Contains temporary outputs generated in the project
scripts Contains all scripts used in the project
docs Contains text files related to the projetc (i.e reports, manuscripts, etc)

Notes

Here is a note about the project