Description Usage Arguments Value See Also Examples
The Shiny app renders a visualization of the survey flow: blocks, branching, randomization, etc. On selection of a block, its questions are visible. Selecting a question in turn shows its text.
1 | render_flow(design_object)
|
design_object |
A |
render_flow
invisibly returns the table underlying the Shiny
UI.
plot_flow
for a visNetwork plot, or
nodes
and edges
for node and edge data in tabular
form.
1 2 3 4 5 | ## Not run:
svy_design <- design("SV_0VVlb9QwJ4bsBKZ")
render_flow(svy_design)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.