Description Usage Arguments Details Value Author(s) See Also
View source: R/eventsJson2RMatrix.R
Convenience method to convert from pseudo json of Mixpanel's export API to R matrix holding events.
1 | eventsJson2RMatrix(jsonData, select = TRUE)
|
jsonData |
Result of request to Mixpanel's Export API. |
select |
If |
Ths helper function takes a json result as of the Mixpanel Export API and creates an R matrix holding the data. Array event properties are collapsed using a dash ('-') as separator.
A character matrix showing one event per line. The first column represents the name of the event, the other column the event properties.
Meinhard Ploner
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.