These S3 methods are necessary to help Shiny applications and UI chunks embed themselves in knitr/rmarkdown documents.
1 2 3 4 5 | knit_print.shiny.appobj(x, ...)
knit_print.shiny.render.function(x, ..., inline = FALSE)
knit_print.reactive(x, ..., inline = FALSE)
|
x |
Object to knit_print |
... |
Additional knit_print arguments |
inline |
Whether the object is printed inline. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.