Description Usage Arguments Value Author(s) See Also
View source: R/mixpanelGetEvents.R
Get a matrix filled with event data from the Mixpanel API.
1 2 |
account |
A mixpanel account, as defined in |
event |
Array of event names. If empty, all events are returned. |
from |
Start date in either format <"yyyy-mm-dd"> or <yyyymmdd>. Inclusive. |
to |
End date in either format <"yyyy-mm-dd"> or <yyyymmdd>. Inclusive. |
daysPerBlock |
Data is downloaded in blocks of fixed size. |
select |
If |
verbose |
If |
df |
Clean data and return |
encoding |
JSON Encoding. Default is UTF8. |
... |
Additional arguments to be included in the Mixpanel API request. E.g. where = "properties[\"$os\"]==\"iPhone OS\""). See also https://mixpanel.com/help/reference/data-export-api#events. |
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,
mixpanelGetEventsForProfiles
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.