View source: R/shiny_prerendered.R
shiny_prerendered_chunk | R Documentation |
Programmatic equivalent to including a code chunk with a context in a runtime: shiny_prerendered document.
shiny_prerendered_chunk(context, code, singleton = FALSE)
context |
Context name (e.g. "server", "server-start") |
code |
Character vector with code |
singleton |
Collapse multiple identical versions of this chunk into a single chunk. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.