
Follow applicant through their session
follow_applicant.RdThis function prints out a visual table of all event during an applicant's session(s).
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")
} # }