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

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