mixpanelCreateAccount {RMixpanel} | R Documentation |
Create Mixpanel Account
Description
Create object holding meta data of a Mixpanel project.
Usage
mixpanelCreateAccount(name, token, key, secret, customEvents,
mongoDBname, dataPath, RDataPath)
Arguments
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. |
Value
An object holding all the values specified as parameters.
Author(s)
Meinhard Ploner
See Also
mixpanelGetEvents
,
mixpanelGetProfiles
,
mixpanelGetSegmentation
,
mixpanelGetRetention
[Package RMixpanel version 0.7-1 Index]