Package: RMixpanel 0.7-1
RMixpanel: API for Mixpanel
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.
Authors:
RMixpanel_0.7-1.tar.gz
RMixpanel_0.7-1.zip(r-4.5)RMixpanel_0.7-1.zip(r-4.4)RMixpanel_0.7-1.zip(r-4.3)
RMixpanel_0.7-1.tgz(r-4.4-any)RMixpanel_0.7-1.tgz(r-4.3-any)
RMixpanel_0.7-1.tar.gz(r-4.5-noble)RMixpanel_0.7-1.tar.gz(r-4.4-noble)
RMixpanel_0.7-1.tgz(r-4.4-emscripten)RMixpanel_0.7-1.tgz(r-4.3-emscripten)
RMixpanel.pdf |RMixpanel.html✨
RMixpanel/json (API)
# Install 'RMixpanel' in R: |
install.packages('RMixpanel', repos = c('https://ploner.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ploner/rmixpanel/issues
analyticsmixpanelmixpanel-apitracking
Last updated 6 years agofrom:e10cdc6298. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 18 2024 |
R-4.5-win | OK | Oct 18 2024 |
R-4.5-linux | OK | Oct 18 2024 |
R-4.4-win | OK | Oct 18 2024 |
R-4.4-mac | OK | Oct 18 2024 |
R-4.3-win | OK | Oct 18 2024 |
R-4.3-mac | OK | Oct 18 2024 |
Exports:createDateSequenceeventsJson2RMatrixmerge.matrixmixpanelCreateAccountmixpanelGetAddictionmixpanelGetDatamixpanelGetEventsmixpanelGetEventsForProfilesmixpanelGetEventsFromFilesmixpanelGetFunnelmixpanelGetFunnelListmixpanelGetProfilesmixpanelGetProfilesCountmixpanelGetRetentionmixpanelGetSegmentationmixpanelJQLQuerymixpanelUpdateProfileplot.retentionprint.retentionprofilesJson2RMatrix
Readme and manuals
Help Manual
Help page | Topics |
---|---|
API for Mixpanel | RMixpanel-package RMixpanel |
Generate And Normalize Sequence Of Dates. | createDateSequence |
Convert Events Exported From Mixpanel API To R Matrix | eventsJson2RMatrix |
Merge Two Matrices | merge.matrix |
Create Mixpanel Account | mixpanelCreateAccount |
Addiction Report | mixpanelGetAddiction |
General Method For Mixpanel API Requests | mixpanelGetData |
Get Events From Mixpanel API | mixpanelGetEvents |
Get Events For Specified Profiles | mixpanelGetEventsForProfiles |
Get Events From Files | mixpanelGetEventsFromFiles |
Funnel | mixpanelGetFunnel |
Funnel List | mixpanelGetFunnelList |
Get Profiles From Mixpanel API | mixpanelGetProfiles |
Get Profiles Count From Mixpanel API | mixpanelGetProfilesCount |
Retention Report | mixpanelGetRetention |
Segmentation Report | mixpanelGetSegmentation |
Query the Mixpanel JQL API | mixpanelJQLQuery |
Update Mixpanel Profile | mixpanelUpdateProfile |
Plot Retention Rates | plot.retention |
Print Retention Matrix | print.retention |
Convert Profiles Exported From Mixpanel API To R Matrix. | profilesJson2RMatrix |