Description Usage Arguments Value
Embeds a shiny app in a pkgdown, or similar bootstrap website. Does not offer a print method for non-html output.
1 | include_app2(src, name = NULL, height = "100%", width = "100%")
|
src |
The URL of the shiny app to embed. |
name |
Name of the iframe. |
height, width |
The dimensions of the iframe as CSS units. |
A tag list as from htmltools::tagList()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.