Get an R matrix filled with event data using data saved into files.
mixpanelGetEventsFromFiles(account, from, to, eventNames=c(),
select=TRUE, blocksize=500000, df = FALSE, verbose=TRUE)A mixpanel account, as defined in mixpanelCreateAccount.
Start date in either format <"yyyy-mm-dd"> or <yyyymmdd>. Inclusive.
End date in either format <"yyyy-mm-dd"> or <yyyymmdd>. Inclusive.
If an array of event names, only these are returned by the method.
If "select" is an array of column names, only the specified properties are selected. If TRUE, all columns are selected.
Block size for reading files from disk.
Clean data and return data.frame instead of matrix?
If TRUE more output is generated.
A character matrix showing one event per line. The first column represents the name of the event, the other column the event properties.