
Save WCVP Links to Database
save_wcvp_links.RdWrites reviewed matches from match_taxa_to_wcvp() to the
wcvp_idtax_link table.
Arguments
- matches
Tibble of matches from
match_taxa_to_wcvp().- con_taxa
Connection to the taxa database.
- replace
Logical. If TRUE, deletes existing links for affected
idtax_nbefore inserting. Default TRUE.- verbose
Logical. Show progress. Default TRUE.
Examples
if (FALSE) { # \dontrun{
matches <- match_taxa_to_wcvp(con_taxa)
save_wcvp_links(matches, con_taxa)
} # }