condformat-shiny | R Documentation |
Output and render functions for using condformat within Shiny applications and interactive Rmd documents.
condformatOutput(outputId, ...)
renderCondformat(expr, env = parent.frame(), quoted = FALSE)
condformat_example(display.mode = "normal")
outputId |
output variable to read from |
... |
arguments passed to htmlOutput |
expr |
An expression that generates a condformat object |
env |
The environment in which to evaluate |
quoted |
Is |
display.mode |
The mode in which to display the application. If set to
the value |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.