OHSU-PSU School of Public Health
2025-07-17
This workshop will teach you how to create professional presentations and websites using Quarto, an open-source scientific and technical publishing system that builds on R Markdown.
Workshop Goals:


Jessica Minnier
Associate Professor of Biostatistics

Meike Niederhausen
Associate Professor of Biostatistics
@meike-niederhausen
@niederhausen
ohsu-psu-sph.org
niederha [at] ohsu [dot] edu
Before we begin, please ensure you have the following installed:
You will also need to install a few R packages. Open RStudio and run the following code in the console:
If you do not already have rmarkdown installed, please install that as well:
3 options to access the brief poll:
Quarto is a next-generation version of R Markdown from Posit. It is a powerful tool that allows you to create dynamic documents, presentations, and websites from a single source file.
Key Features:
.qmd file = Code + text \(\to\) html.qmd files contain code + markdown syntax which can be “rendered” to other formats (html, pdf, Word, etc)
.qmd file 
html output

For researchers, reproducibility and clear communication important. Quarto allows us to do both well.