RMixpanel icon indicating copy to clipboard operation
RMixpanel copied to clipboard

RMixpanel - Mixpanel API client package for R

Results 4 RMixpanel issues
Sort by recently updated
recently updated
newest added

Hi, I am having an issue when I call *mixpanelJQLQuery()* - I get an error as follows ![image](https://user-images.githubusercontent.com/89496422/130716485-6760e320-ff4e-4354-a4cc-d50bc03bb9d8.png) this is the code snippet: ``` jql_que

Hi, When running: ``` tmp = mixpanelGetEvents(account, from = date, to = date, daysPerBlock = 10, select = vars, verbose = TRUE, df = TRUE, encoding="UTF-8") ``` I was getting...

Hi, Thanks for developing this, its actually pretty useful! I am trying to pull event data for each profile in my Mixpanel project, however I keep getting an error message....

Hello, I can't seem to authenticate with any https://mixpanel.com/ endpoints. This includes segmentation and funnels. Based on the simple funnel example I tried the following: # This doesn't work -...