print_raw: Print methods

View source: R/1_aggregate.R

print_rawR Documentation

Print methods

Description

Just a method to override default print and print the raw data structure. Can be used to examine what it looks like internally

Usage

print_raw(obj)

Arguments

obj

Any object (useful for s3 classes)

Examples

sequences <- pre_agg_demo %>% pre_aggregated() %>%
    convert_to_sequence() %>% pull(sequence)
print_raw(sequences[[1]])

ilangurudev/approxmapR documentation built on March 22, 2022, 1:15 p.m.