View source: R/match_variety_process_fuzzy_module.R
process_fuzzymatch | R Documentation |
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)
process_fuzzymatch(output_fuzzymatch_df, aux_fuzzy_status, knitroutputfolder)
output_fuzzymatch_df |
A data.frame with the newly generated fuzzymatches |
aux_fuzzy_status |
A data.frame containing the fuzzymatches with is_truematch manually checked |
knitroutputfolder |
A path to send output |
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.)
Other match variety modules:
do_exactmatch()
,
find_fuzzymatch()
,
process_std_new_names()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.