
Fetch Data from Mixpanel API
fetch_mixpanel.RdRetrieves raw event data from the Mixpanel Export API for a specified date range.
Examples
if (FALSE) { # \dontrun{
params <- list(from_date = "2025-11-16", to_date = "2025-12-19")
raw_data <- fetch_mixpanel(params)
} # }