View source: R/pipeline-loadasc.R
add_unique_event_identifiers | R Documentation |
This function adds a new column text_unique
to each events table that
creates unique identifiers for each occurrence of the same event message
by appending a count number. This prevents events like "GOAL" from being
merged across all separate goals.
add_unique_event_identifiers(events_list)
events_list |
A list of event data frames (one per block) |
This function is called by the exposed wrapper load_asc()
Updated events list with text_unique
column added to each dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.