Skip to contents

Converts newline-delimited JSON text from Mixpanel into a tidy tibble.

Usage

parse_mixpanel(raw_text)

Arguments

raw_text

Character string containing newline-delimited JSON

Value

A tibble with event and properties columns

Examples

if (FALSE) { # \dontrun{
df <- parse_mixpanel_data(raw_text)
} # }