profilesJson2RMatrix {RMixpanel} | R Documentation |
Convert Profiles Exported From Mixpanel API To R Matrix.
Description
Convenience function to convert json result of engage API to R matrix holding people data.
Usage
profilesJson2RMatrix(jsonData, select = TRUE)
Arguments
jsonData |
Result of request to Mixpanel's Engage API. |
select |
If |
Details
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.
Value
A character matrix showing one profile per line. The first column represents the distinct ID of the profile, the other column the profile properties.
Author(s)
Meinhard Ploner
See Also
[Package RMixpanel version 0.7-1 Index]