flag_persistent_issues | R Documentation |
Use rejection comments to flag persistent issues–that is, rejection reasons that been repeated for the interview. Creates a data frame of interviews with persistent issues. These require manual follow-up by headquarters staff. Removes any interviews with persistent isues from the to-reject data frame.
flag_persistent_issues(df_comments, df_to_reject)
df_comments |
Data frame. Comments on interviews. Importantly, this includes comments posted upon rejection. |
df_to_reject |
Data frame. Interviews to be rejected. |
List of data frames: list(to_reject, to_follow_up). The to_reject data frame removes any cases where follow-up is required for persistent problems. The to_follow_up data frame identifies any cases where follow-up is required for persistent problems.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.