render_flow: Render a survey design with a Shiny app

Description Usage Arguments Value See Also Examples

Description

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.

Usage

1
render_flow(design_object)

Arguments

design_object

A qualtrics_design-class object retrieved from Qualtrics by design.

Value

render_flow invisibly returns the table underlying the Shiny UI.

See Also

plot_flow for a visNetwork plot, or nodes and edges for node and edge data in tabular form.

Examples

1
2
3
4
5
## Not run: 
svy_design <- design("SV_0VVlb9QwJ4bsBKZ")
render_flow(svy_design)

## End(Not run)

jamesdunham/qsurvey documentation built on May 18, 2019, 11:20 a.m.