Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 324 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 324 Bytes

Datasf R project template

Use this template to structure R analysis projects

  • always_run contains libraries, functions, options to be loaded
  • organize scripts in order they are run in run_all.Rmd
  • raw data files stored in data_raw
  • processed files written to data_processed
  • final tables written to data_results