mixpanelCreateAccount: Create Mixpanel Account

Description Usage Arguments Value Author(s) See Also

View source: R/mixpanelCreateAccount.R

Description

Create object holding meta data of a Mixpanel project.

Usage

1
2
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 data.frame to assign readable names using the format: data.frame(custom_event_id=c(121212, ...), event_name=c("Event One", ...)).

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


RMixpanel documentation built on May 1, 2019, 10:46 p.m.