Get a matrix filled with event data for specified people profiles.
mixpanelGetEventsForProfiles(account, distinctIDs, from, to, verbose,
encoding="UTF-8", ...)
A mixpanel account, as defined in mixpanelCreateAccount
.
Array of profile IDs.
Date in format yyyy-mm-dd, where month number starts with 0.
Date in format yyyy-mm-dd, where month number starts with 0.
Parameter passed to mixpanelGetData
. Boolean.
JSON Encoding. Default is UTF8.
List of additional arguments being included in the Mixpanel API request. E.g. limit=5, ...
A character matrix showing one event per line. The first column represents the name of the event, the other column the event properties.