Shiny bindings for the SurveyJS widget
Usage
surveyjsOutput(outputId, width = "100%", height = "400px")
renderSurveyjs(expr, env = parent.frame(), quoted = FALSE)
Arguments
- outputId
Output variable to read from.
- width, height
Size of the output container (CSS unit or number).
- expr
An expression that generates a surveyjs widget.
- env
The environment in which to evaluate
expr
.- quoted
Is
expr
a quoted expression? (Withquote()
.)