Description Usage Arguments Value Author(s) See Also
View source: R/mixpanelCreateAccount.R
Create object holding meta data of a Mixpanel project.
1 2 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.