knitr_methods: 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)
Arguments
- x
Object to knit_print
- ...
Additional knit_print arguments
- inline
Whether or not the code chunk is inline.