knitr_methods: Knitr S3 methods

knitr_methodsR Documentation

Knitr S3 methods

Description

These S3 methods are necessary to allow HTML tags to print themselves in knitr/rmarkdown documents.

Usage

knit_print.shiny.tag(x, ..., inline = FALSE)

knit_print.html(x, ..., inline = FALSE)

knit_print.shiny.tag.list(x, ..., inline = FALSE)

knit_print.html_dependency(x, ..., inline = FALSE)

Arguments

x

Object to knit_print

...

Additional knit_print arguments

inline

Whether or not the code chunk is inline.


rstudio/htmltools documentation built on March 29, 2024, 2:22 p.m.