Pontiac Firebird

This file has been generated by the following steps:

  1. The script generate-cars.R (Quarto pre-render script) loops through rows of mtcars data frame and renders a whisker (de Jonge 2019) template template.whisker into a qmd file (Quarto source) in the cars folder.
  2. Those qmd files are rendered by Quarto normally.
requireNamespace("knitr")
dat <- mtcars[params$rowid , , drop = FALSE]

This is a report for Pontiac Firebird. The data are:

knitr::kable(dat)
mpg cyl disp hp drat wt qsec vs am gear carb
Pontiac Firebird 19.2 8 400 175 3.08 3.845 17.05 0 0 3 2

References

de Jonge, Edwin. 2019. Whisker: mustache for r, Logicless Templating. https://CRAN.R-project.org/package=whisker.