plot_flow
shows a survey's flow as a directed graph showing possible
pathways through the elements of the survey.
plot_flow(design_object)
design_object | A |
---|
plot_flow
returns a visNetwork object.
edges
, nodes
, render_flow
# NOT RUN { svy_design <- design("SV_0VVlb9QwJ4bsBKZ") plot_flow(svy_design) # }