convert_to_sequence: Dataframe to sequence

View source: R/1_aggregate.R

convert_to_sequenceR Documentation

Dataframe to sequence

Description

Dataframe to sequence

Usage

convert_to_sequence(df_seq)

Arguments

df_seq

The aggregated dataframe that has the sequence ids, itemset ids and events.

Value

Returns a dataframe with a sequence object (and a formatted sequence for readability) corresponding to each id

Examples

pre_agg_demo %>%
pre_aggregated %>%
convert_to_sequence()

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