Removes duplicate events based on $insert_id, keeping the most recent occurrence.
Arguments
- df
A tibble containing Mixpanel event data with nested properties
Value
A deduplicated tibble
Examples
if (FALSE) { # \dontrun{
clean_df <- deduplicate_mixpanel_events(df)
} # }