Description Usage Arguments Value Author(s) See Also
View source: R/mixpanelGetEventsForProfiles.R
Get a matrix filled with event data for specified people profiles.
1 2 | mixpanelGetEventsForProfiles(account, distinctIDs, from, to, verbose,
encoding="UTF-8", ...)
|
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, ... |
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
mixpanelGetProfiles
,
mixpanelGetEvents
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.