| visit_sequence_api | R Documentation |
visit_sequence object within an existing roadmap.Add or reset a visit_sequence object within an existing roadmap.
update_visit_sequence(roadmap, ...)
reset_visit_sequence(roadmap)
roadmap |
A |
... |
Optional additional parameters. |
A new roadmap object.
A roadmap with an updated visit_sequence.
A new roadmap object with reset visit_sequence.
rm <- roadmap(
conf_data = acs_conf_nw,
start_data = acs_start_nw
)
rm |>
update_visit_sequence(
weight_var = wgt,
synthesize_weight = TRUE
)
rm <- roadmap(
conf_data = acs_conf_nw,
start_data = acs_start_nw
)
rm <- rm |>
update_visit_sequence(
weight_var = wgt,
synthesize_weight = TRUE
)
reset_visit_sequence(roadmap = rm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.