decide_action | R Documentation |
Decide how to handle interviews: reject, review, or approve
decide_action( df_cases_to_review, df_issues, issue_types_to_reject, df_has_comments, df_interview_stats )
df_cases_to_review |
Data frame. Cases to review. |
df_issues |
Data frame. Issues. |
issue_types_to_reject |
Numeric vector. Value of issues to reject (e.g., ) |
df_has_comments |
Data frame. Interviews with comments overall or on critical questions |
df_interview_stats |
Data frame. Interview statistics, such as number of unanswered, invalid, or commented questions |
List of data frames: list(to_reject, to_review, to_approve)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.