mixpanelGetEventsForProfiles {RMixpanel} | R Documentation |
Get Events For Specified Profiles
Description
Get a matrix filled with event data for specified people profiles.
Usage
mixpanelGetEventsForProfiles(account, distinctIDs, from, to, verbose,
encoding="UTF-8", ...)
Arguments
account |
A mixpanel account, as defined in |
distinctIDs |
Array of profile IDs. |
from |
Date in format yyyy-mm-dd, where month number starts with 0. |
to |
Date in format yyyy-mm-dd, where month number starts with 0. |
verbose |
Parameter passed to |
encoding |
JSON Encoding. Default is UTF8. |
... |
List of additional arguments being included in the Mixpanel API request. E.g. limit=5, ... |
Value
A character matrix showing one event per line. The first column represents the name of the event, the other column the event properties.
Author(s)
Meinhard Ploner
See Also
mixpanelGetProfiles
,
mixpanelGetEvents
[Package RMixpanel version 0.7-1 Index]