Skip to contents

Decide how to handle interviews: reject, review, or approve

Usage

decide_action(
  df_cases_to_review,
  df_issues,
  issue_types_to_reject,
  df_has_comments,
  df_interview_stats
)

Arguments

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

Value

List of data frames: list(to_reject, to_review, to_approve)