Skip to contents

Compares the database WCVP version with the version available in the rWCVP package.

Usage

check_wcvp_update(con_taxa = NULL)

Arguments

con_taxa

Connection to the taxa database. If NULL, calls call.mydb.taxa().

Value

Logical. TRUE if a newer version is available.

Examples

if (FALSE) { # \dontrun{
if (check_wcvp_update()) {
  import_wcvp_names(con_taxa, force = TRUE)
}
} # }