Description Usage Arguments Value Author(s) See Also
View source: R/mixpanelGetEventsFromFiles.R
Get an R matrix filled with event data using data saved into files.
1 2 |
account |
A mixpanel account, as defined in |
from |
Start date in either format <"yyyy-mm-dd"> or <yyyymmdd>. Inclusive. |
to |
End date in either format <"yyyy-mm-dd"> or <yyyymmdd>. Inclusive. |
eventNames |
If an array of event names, only these are returned by the method. |
select |
If |
blocksize |
Block size for reading files from disk. |
df |
Clean data and return |
verbose |
If |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.