This repository demonstrates how to create a GitHub Pages site from a rendered Quarto Markdown (.qmd
) file, using R and the powerful dplyr
package for data manipulation.
Slides for the presentation that go along with this repository can be found at um-jglad/BDSI-GitHub_Presentation.
- Purpose:
To serve as an example of hosting a data-driven website with GitHub Pages, using Quarto for document rendering and dplyr for data analysis in R. - Tech Stack:
- Quarto (
.qmd
files) - R (with dplyr and other tidyverse packages)
- GitHub Pages
- Quarto (
See the rendered site at: https://um-jglad.github.io/bdsi_quarto_dplyr/
- R (version >= 4.0)
- Quarto (installed, see Quarto installation guide)
- R packages: dplyr, tidyverse