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]])

pinformatics/approxmapR documentation built on April 1, 2022, 8:52 p.m.