Skip to contents

This function prints out a visual table of all event during an applicant's session(s).

Usage

follow_applicant(df, applicant, pilot_pd)

Arguments

df

Mixpanel dataframe

applicant

an applicant's distinct_id

pilot_pd

can limit this to a particular pilot, eg "Nov 2025"

Value

a gt object

See also

munge_journey for how data are munged for plot_journey which visualizing this data

Other app_journey: munge_journey(), plot_journey()

Examples

if (FALSE) { # \dontrun{
df_mp <- read_parquet(mp_path)

df_mp %>%
  follow_applicant("applicant-123456")
} # }