Materials

Slides

View slides in full screen.

Recording

Exercises

Option 1: Posit Cloud

Join the workspace: bit.ly/rladies-parameterized-quarto.

Open the R-Ladies Abuja specific project: bit.ly/quarto-params-posit-cloud.

Option 2: Download locally

Fill in destdir with the location where you want to download the project. Delete that argument if you want it to default to your Desktop.

# install.packages("usethis")
usethis::use_course(
    "https://github.com/jadeynryan/parameterized-quarto-workshop/raw/main/exercises/exercises.zip",
    destdir = "___")