faq-shiny: Shiny bindings for faq

Description Usage Arguments

Description

Output and render functions for using faq within Shiny applications and interactive Rmd documents.

Usage

1
2
3
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 expr.

quoted

Is expr a quoted expression (with quote())? This is useful if you want to save an expression in a variable.


faq documentation built on Jan. 25, 2021, 1:06 a.m.