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.
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.
# NOT RUN { svy_design <- design("SV_0VVlb9QwJ4bsBKZ") render_flow(svy_design) # }