Skip to content
/ project-template Public template

Template for a reproducible data analysis project using RStudio, R Markdown, Quarto, and GitHub.

Notifications You must be signed in to change notification settings

ISPMBern/project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project-template

This is a GitHub repository template for a reproducible data analysis project using RStudio, R Markdown, Quarto, and GitHub. The structure below gives an example of files for the individual folders. Each folder contains a README.md file with additional information. Thanks to andreashandel and others from whom this template is inspired.

You can generate a new repository with the same folder structure and files by following these steps.

An example for the content of this project template looks like this:

  • R
    • 00_main.R
    • 01_cleaning.R
    • 02_analysis.R
    • 03_plotting.R
  • data
    • processed
      • cleaned_data.csv
      • processed_data.rds
    • raw
      • original_data.csv
      • spreadsheet_data.xlsx
  • output
    • figures
      • 01_figure.png
      • 02_figure.pdf
    • tables
      • 01_table.csv
      • 02_table.rds
  • products
    • manuscript
      • manuscript.docx
      • manuscript.html
      • manuscript.pdf
      • manuscript.qmd
    • report
      • report.html
      • report.qmd
    • slides
      • slides.html
      • slides.qmd
  • .gitignore
  • README.md
  • project-template.Rproj

About

Template for a reproducible data analysis project using RStudio, R Markdown, Quarto, and GitHub.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages