View source: R/match_variety_names_check.R
find_entries_raw_names | R Documentation |
Summarises how many times a cultivar name shows up in the raw data per year
find_entries_raw_names(df_names, data_raw, join_by)
df_names |
A data.frame that contains the column of names to check |
data_raw |
A data.frame that contains the raw data (all entries) |
join_by |
A character string or named character string that is passed to the 'by' parameter in left_join() |
Other match variety functions:
collect_final_matches()
,
create_intid()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.