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

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

# NOT RUN {
svy_design <- design("SV_0VVlb9QwJ4bsBKZ")
plot_flow(svy_design)
# }