MixPanel-class: MixPanel Data Export API class

Description Usage Arguments Slots See Also Examples

Description

MixPanel Data Export API class

Usage

1

Arguments

...

Constructor parameters

Slots

api_key

MixPanel API key

api_secret

MixPanel API secret

END_POINT

Default API endpoint (each request may specify a different endpoint if needed)

VERSION

API version

See Also

request,MixPanel-method, export,MixPanel-method

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
library(mixpanelR)

api <- MixPanel(
     api_key = "<API_KEY>"
     api_secret = "<API_SECRET>"
)

## End(Not run)

realAkhmed/mixpanelR documentation built on May 27, 2019, 4 a.m.