[1] 0.1
Workshop: Intro to Quarto
posit::conf 2024
You have a document (pdf, html file, presentation) that you will need to produce many times with only tiny changes.
Place parameters in YAML under the params
key.
You can now access the values inside the params
R list.
[1] 0.1
parameterized-reports/grade-report.qmd
."Rohan Prakesh"
.params
.parameterized-reports/make-grade-reports.r
.This one is a real challenge!
annual-grade-report.qmd
.year
.make-grade-reports.r
to produce two grade reports: one for 2023 and one for 2024.