Create object holding meta data of a Mixpanel project.
mixpanelCreateAccount(name, token, key, secret, customEvents,
mongoDBname, dataPath, RDataPath)
Can be arbitrary.
API token of Mixpanel project.
API key of Mixpanel project.
API secret of Mixpanel project.
If you have custom events, add a data.frame
to assign readable names using the format: data.frame(custom_event_id=c(121212, ...), event_name=c("Event One", ...))
.
Optional. Name of data base for usage in mongoDB. Used in future versions of the package.
Optional. Path to store raw data of events and people.
Optional. Path to store R rda files.
An object holding all the values specified as parameters.
mixpanelGetEvents
,
mixpanelGetProfiles
,
mixpanelGetSegmentation
,
mixpanelGetRetention