export_review: Export the matching results for manual review

View source: R/export_review.R

export_reviewR Documentation

Export the matching results for manual review

Description

Export the matching results for manual review

Usage

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 Jan. 23, 2025, 9 a.m.