Returns just the rows of audit that require human review,
optionally restricted to one audit_status category.
Usage
disagree(audit, status = c("disagreement", "low_conf_agreement"))Arguments
- audit
A data frame produced by
audit.- status
Which status(es) to return. Default returns disagreements and low-confidence agreements.