Output and render functions for using faq within Shiny applications and interactive Rmd documents.
faqOutput(outputId, width = "100%", height = "100%")renderFaq(expr, env = parent.frame(), quoted = FALSE)
output variable to read from
width of the widget
height of the widget
An expression that generates a faq
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.