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