condformat-shiny {condformat} | R Documentation |
Shiny bindings for condformat
Description
Output and render functions for using condformat within Shiny applications and interactive Rmd documents.
Usage
condformatOutput(outputId, ...)
renderCondformat(expr, env = parent.frame(), quoted = FALSE)
condformat_example(display.mode = "normal")
Arguments
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 |
[Package condformat version 0.10.1 Index]