Skip to contents

emmytics 0.0.0.9000

  • Create a function, flag_completed that add new logicial columns that show if the applicant ever completed or completed within the session [2026-03-11]
  • Adjust the timestamp which is exported from the API in UTC to the correct timezone based on the state in read_mixpanel [2026-03-10]
  • Change applicant_only logic in read_mixpanel which originally was set to take distinct_id that started with “applicant” but with device_id as the driver, just filtered out Caseworker events [2026-03-09]
  • Change the pilot start for LA Feb 2026 when running add_pilot_week to account for actual tokenized link sharing start rather than planned start date [2026-03-03]
  • Change pilot week calculation in add_pilot_week to do it by day rather than floor week to account for pilot starting mid-week [2026-03-01]
  • Add function to calculate to lump timestamps into pilot weeks, add_pilot_week [2026-02-26]
  • Resolve issue where caseworkers were errantly dropped since they don’t have a cbv_flow_id [2026-02-26]
  • Add additional pilot periods to data [2026-02-25]
  • Fix object bug (typo) in read_mixpanel [2026-02-25]
  • Add utility function, return_latest_pilot [2026-02-12]
  • Add vignettes to help explain/explore usage [2026-02-12]
  • Adjust pilot_pd dataset to include the client_agency [2026-02-11]
  • Added functions to visualize applicant journey through EMMY - munge_journey,plot_journey, and follow_applicant [2026-02-04]
  • Store key events (key_events) and its variations for visualization, key_events_clean and key_events_clean_br [2026-02-04]
  • Migrate over function to clean up event names, clean_events [2026-02-03]
  • Add logo [2026-02-03]
  • Main function to read in NDJSON formatted file from Mixpanel [2026-02-03]
  • Finalized API function, get_mixpanel_data [2026-02-03]
  • Credential handling helpers [2026-01-28]
  • Initial release of API [2026-01-28]