requireNamespace("knitr")
Fiat 128
This file has been generated by the following steps:
- The script
generate-cars.R
(Quarto pre-render script) loops through rows ofmtcars
data frame and renders a whisker (de Jonge 2019) templatetemplate.whisker
into aqmd
file (Quarto source) in thecars
folder. - Those
qmd
files are rendered by Quarto normally.
<- mtcars[params$rowid , , drop = FALSE] dat
This is a report for Fiat 128. The data are:
::kable(dat) knitr
mpg | cyl | disp | hp | drat | wt | qsec | vs | am | gear | carb | |
---|---|---|---|---|---|---|---|---|---|---|---|
Fiat 128 | 32.4 | 4 | 78.7 | 66 | 4.08 | 2.2 | 19.47 | 1 | 1 | 4 | 1 |
References
de Jonge, Edwin. 2019. Whisker: mustache for r, Logicless Templating. https://CRAN.R-project.org/package=whisker.