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")output variable to read from
arguments passed to htmlOutput
An expression that generates a condformat object
The environment in which to evaluate expr.
Is expr a quoted expression (with quote())? This
is useful if you want to save an expression in a variable.
The mode in which to display the application. If set to
the value "showcase", shows application code and metadata from a
DESCRIPTION file in the application directory alongside the
application. If set to "normal", displays the application normally.
Defaults to "auto", which displays the application in the mode given
in its DESCRIPTION file, if any.