faq-shiny {faq} | R Documentation |
Shiny bindings for faq
Description
Output and render functions for using faq within Shiny applications and interactive Rmd documents.
Usage
faqOutput(outputId, width = "100%", height = "100%")
renderFaq(expr, env = parent.frame(), quoted = FALSE)
Arguments
outputId |
output variable to read from |
width |
width of the widget |
height |
height of the widget |
expr |
An expression that generates a faq |
env |
The environment in which to evaluate |
quoted |
Is |
[Package faq version 0.1.1 Index]