RMixpanel-package {RMixpanel}R Documentation

API for Mixpanel

Description

Provides an interface to many endpoints of Mixpanel's Data Export, Engage and JQL API. The R functions allow for event and profile data export as well as for segmentation, retention, funnel and addiction analysis. Results are always parsed into convenient R objects. Furthermore it is possible to load and update profiles.

Details

The DESCRIPTION file:

Package: RMixpanel
Version: 0.7-1
Date: 2018-10-23
Title: API for Mixpanel
Authors@R: c( person("Meinhard", "Ploner", role=c("aut", "cre", "cph"), email="meinhard.ploner@gmail.com"), person("ProSiebenSat.1 Digital GmbH", role="cph"), person("BCG Digital Ventures GmbH", role="cph") )
Depends: R (>= 3.2.0)
Description: Provides an interface to many endpoints of Mixpanel's Data Export, Engage and JQL API. The R functions allow for event and profile data export as well as for segmentation, retention, funnel and addiction analysis. Results are always parsed into convenient R objects. Furthermore it is possible to load and update profiles.
Imports: jsonlite, uuid, RCurl, base64enc
License: MIT + file LICENSE
URL: https://github.com/ploner/RMixpanel, http://www.mixpanel.com
Author: Meinhard Ploner [aut, cre, cph], ProSiebenSat.1 Digital GmbH [cph], BCG Digital Ventures GmbH [cph]
Maintainer: Meinhard Ploner <meinhard.ploner@gmail.com>

Index of help topics:

RMixpanel-package       API for Mixpanel
createDateSequence      Generate And Normalize Sequence Of Dates.
eventsJson2RMatrix      Convert Events Exported From Mixpanel API To R
                        Matrix
merge.matrix            Merge Two Matrices
mixpanelCreateAccount   Create Mixpanel Account
mixpanelGetAddiction    Addiction Report
mixpanelGetData         General Method For Mixpanel API Requests
mixpanelGetEvents       Get Events From Mixpanel API
mixpanelGetEventsForProfiles
                        Get Events For Specified Profiles
mixpanelGetEventsFromFiles
                        Get Events From Files
mixpanelGetFunnel       Funnel
mixpanelGetFunnelList   Funnel List
mixpanelGetProfiles     Get Profiles From Mixpanel API
mixpanelGetProfilesCount
                        Get Profiles Count From Mixpanel API
mixpanelGetRetention    Retention Report
mixpanelGetSegmentation
                        Segmentation Report
mixpanelJQLQuery        Query the Mixpanel JQL API
mixpanelUpdateProfile   Update Mixpanel Profile
plot.retention          Plot Retention Rates
print.retention         Print Retention Matrix
profilesJson2RMatrix    Convert Profiles Exported From Mixpanel API To
                        R Matrix.

The package provides access to the Mixpanel API. It allows to read raw data as well as to retrieve retention, addiction and segmentation data. Furthermore it is possible to load and update profiles.

Author(s)

NA Maintainer: NA

References

https://mixpanel.com/help/reference/data-export-api


[Package RMixpanel version 0.7-1 Index]