View source: R/import_review.R
import_review | R Documentation |
Import the manual review of matches
import_review(
file,
dictionary = list(accept = c("accept", "yes"), reject = c("reject", "no"), discuss =
c("discuss", "maybe"))
)
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. |
Finlay Campbell (finlaycampbell93@gmail.com)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.