R/mixpanelGetProfilesCount.R

Defines functions mixpanelGetProfilesCount

Documented in mixpanelGetProfilesCount

mixpanelGetProfilesCount <- function(
  account,
  where='',
  verbose=TRUE
) {
  data = mixpanelGetData(account, "engage/", list(where=where), data=TRUE, verbose=verbose)
  data = jsonlite::fromJSON(data)
  data$total
}

Try the RMixpanel package in your browser

Any scripts or data that you put into this service are public.

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