--- title: "Motor trend summary" format: html engine: knitr --- The report calculates a summary from the built-in `mtcars` data. Mean fuel economy: `{r} round(mean(mtcars$mpg), 2)` mpg.