vignettes/_validate-matches.md

Write the output of match_name() into a .csv file with:

# Writting to current working directory
matched %>%
  readr::write_csv("matched.csv")

Compare, edit, and save the data manually:

Re-read the edited file (validated) with:

# Reading from current working directory
valid_matches <- readr::read_csv("valid_matches.csv")


2DegreesInvesting/r2dii.match documentation built on Sept. 12, 2022, 11:15 p.m.