Skip to contents

First, transform SuSo validations from interview__errors into issues of the type indicated in issue_type. Then add these issues to the main issues files.

Usage

add_issues_for_suso_errors(
  df_cases_to_review,
  df_errors,
  issue_type = 3,
  df_issues
)

Arguments

df_cases_to_review

Data frame containing cases to review.

df_errors

Data frame containing SuSo validation errors.

issue_type

Numeric. Value of the issue type that each SuSo error will be considered.

df_issues

Data frame containing auto-reject issues.

Value

Data frame. Issues file with additional rows for SuSo validation errors.