Module to process fuzzymatches given an auxiliary file
Source:R/match_variety_process_fuzzy_module.R
process_fuzzymatch.Rd
This function writes out:
fuzzy_check.csv (A file of fuzzy matches to manually check) !Note: Rows for which the source column is only "new_fuzzymatch" must be manually pasted into the aux_fuzzy_status file Source column containing "csv" denotes that the possible fuzzymatch in the aux_fuzzy_status file is blank (or not TRUE or FALSE)
Details
add_fuzzy_to_cv_rename.csv (A file to paste into the main controlled_vocab/cv_rename.csv) These are names for which is_truematch = TRUE and these names should be manually added to controlled_vocab/cv_rename.csv file so they are caught using do_exactmatch()
standardize_new_names.csv (A file of names to standardize for adding to the database.)
See also
Other match variety modules:
do_exactmatch()
,
find_fuzzymatch()
,
process_std_new_names()