Skip to contents

Loads previously cached Mixpanel data from either JSON format.

Usage

load_cached_mixpanel(file_path)

Arguments

file_path

File path of the cached file

Value

A tibble containing the cached Mixpanel event data

Examples

if (FALSE) { # \dontrun{
# Load from JSON
df <- load_cached_mixpanel("mixpanel_data_2025-11-16_to_2025-12-19.json")
} # }