mixpanelCreateAccount {RMixpanel} | R Documentation |
Create object holding meta data of a Mixpanel project.
mixpanelCreateAccount(name, token, key, secret, customEvents,
mongoDBname, dataPath, RDataPath)
name |
Can be arbitrary. |
token |
API token of Mixpanel project. |
key |
API key of Mixpanel project. |
secret |
API secret of Mixpanel project. |
customEvents |
If you have custom events, add a |
mongoDBname |
Optional. Name of data base for usage in mongoDB. Used in future versions of the package. |
dataPath |
Optional. Path to store raw data of events and people. |
RDataPath |
Optional. Path to store R rda files. |
An object holding all the values specified as parameters.
Meinhard Ploner
mixpanelGetEvents
,
mixpanelGetProfiles
,
mixpanelGetSegmentation
,
mixpanelGetRetention