
Check if WCVP Update is Available
check_wcvp_update.RdCompares the database WCVP version with the version available in the
rWCVP package.
Arguments
- con_taxa
Connection to the taxa database. If NULL, calls
call.mydb.taxa().
Examples
if (FALSE) { # \dontrun{
if (check_wcvp_update()) {
import_wcvp_names(con_taxa, force = TRUE)
}
} # }