requireNamespace("knitr")Porsche 914-2
This file has been generated by the following steps:
- The script
generate-cars.R(Quarto pre-render script) loops through rows ofmtcarsdata frame and renders a whisker (de Jonge 2019) templatetemplate.whiskerinto aqmdfile (Quarto source) in thecarsfolder. - Those
qmdfiles are rendered by Quarto normally.
dat <- mtcars[params$rowid , , drop = FALSE]This is a report for Porsche 914-2. The data are:
knitr::kable(dat)| mpg | cyl | disp | hp | drat | wt | qsec | vs | am | gear | carb | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| Porsche 914-2 | 26 | 4 | 120.3 | 91 | 4.43 | 2.14 | 16.7 | 0 | 1 | 5 | 2 |
References
de Jonge, Edwin. 2019. Whisker: mustache for r, Logicless Templating. https://CRAN.R-project.org/package=whisker.