knitr::opts_chunk$set(echo = TRUE)

Simple example

You can embed an R code chunk like this:

summary(cars)

Including Plots

You can also embed plots, for example:

plot(pressure)

Tables

knitr::kable(head(iris))

Math

$$ 2 + 2 = 5 $$



line/conflr documentation built on April 4, 2023, 4:44 a.m.