export_review: Export the matching results for manual review

Description Usage Arguments Author(s)

View source: R/export_review.R

Description

Export the matching results for manual review

Usage

1
2
3
4
5
6
7
export_review(
  matches,
  file,
  top_n = 5,
  n_reviewers = 3,
  date_format = "yyyy-mm-dd"
)

Arguments

matches

The matching results as produced by match_rows, with the output argument set to "review"

file

The file path for the review document

top_n

The number of matches to be included per row in the manual review

n_reviewers

The number of reviewer columns to include

date_format

The date format to be written to excel

Author(s)

Finlay Campbell (finlaycampbell93@gmail.com)


finlaycampbell/rowmatcher documentation built on May 26, 2020, 12:14 a.m.