Learn R Programming

tidysynthesis (version 0.1.2)

print.visit_sequence: Print method for visit_sequence objects

Description

Print method for visit_sequence objects

Usage

# S3 method for visit_sequence
print(x, ...)

Value

Invisibly returns the input visit_sequence object.

Arguments

x

A visit_sequence object

...

further arguments passed to or from other methods (not currently used).

Examples

Run this code

rm <- roadmap(
  conf_data = acs_conf_nw, 
  start_data = acs_start_nw
)

print(rm[["visit_sequence"]])

Run the code above in your browser using DataLab