plot_flow: Plot a survey flow

Description Usage Arguments Value See Also Examples

Description

plot_flow shows a survey's flow as a directed graph showing possible pathways through the elements of the survey.

Usage

1
plot_flow(design_object)

Arguments

design_object

A qualtrics_design-class object retrieved from Qualtrics by design.

Value

plot_flow returns a visNetwork object.

See Also

edges, nodes, render_flow

Examples

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

## End(Not run)

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