import_review: Import the manual review of matches

View source: R/import_review.R

import_reviewR Documentation

Import the manual review of matches

Description

Import the manual review of matches

Usage

import_review(
  file,
  dictionary = list(accept = c("accept", "yes"), reject = c("reject", "no"), discuss =
    c("discuss", "maybe"))
)

Arguments

file

The file path to the completed review document, with the "reviewer_" columns filled out

dictionary

Map the values of the "reviewer_" columns to the accepted outcomes "accept", "reject" or "discuss". This can be a named list indicating which results map to which of the three outcome, or a function accepting a character vector and outputting a character vector of outcomes of the same length.

Author(s)

Finlay Campbell (finlaycampbell93@gmail.com)


finlaycampbell/rowmatcher documentation built on Jan. 23, 2025, 9 a.m.