View source: R/match_variety_final_matches_module.R
collect_final_matches | R Documentation |
collect_final_matches()
combines the match output lists and returns a data frame
containing the raw names, matched clean names, and the stage where they were matched.
An output file, 'final_matches.csv', will be written to the specified output location.
collect_final_matches(
match_list,
names_raw,
knitroutputfolder,
csv_suffix = NULL,
is_blends = FALSE
)
match_list |
A list of the output from each step of the variety matching process,
i.e., exact, rename, and fuzzy. These must be enclosed in a |
names_raw |
A data.frame of the names created by |
knitroutputfolder |
A path to the output location |
csv_suffix |
Optional string denoting the suffix for the .csv name. |
is_blends |
A logical that specifies whether the varieties are blends. Default is FALSE |
Note: If no match has been found, then the returned match is the original raw name.
Other match variety functions:
create_intid()
,
find_entries_raw_names()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.