Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 661 Bytes

File metadata and controls

11 lines (9 loc) · 661 Bytes

Analysis Template

Template for analysis project architecture - streamline new project setup

How to use

More how-to details: creating-a-repository-from-a-template

Notes

  • .Rproj file is optional to commit to git -- can streamline setup.
  • data/ folder is automatically set up in .gitignore to prevent git from tracking data files
  • .gitkeep file is used to keep an empty folder in git
  • main_doc.qmd is a Quarto document (newer development of a Rmarkdown document). More information here.