knitr_tabset | R Documentation |
Map elements through .f
and wrap each output into a tab within a tabset.
knitr_tabset(.x, .f, type = c("quarto", "rmd"), ...)
.x |
list to be looped over, names inform tab headings. |
.f |
function or formula. See |
type |
choice, Quarto or R Markdown. Which rendering program is used? |
... |
extra arguments passed to |
.x
is silently returned to allow for piping.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.