
Import WCVP Names into Database
import_wcvp_names.RdImports the WCVP dataset from the rWCVPdata package into the
wcvp_names table. Requires rWCVPdata and rWCVP packages.
Arguments
- con_taxa
Connection to the taxa database. If NULL, calls
call.mydb.taxa().- batch_size
Number of rows to insert per batch. Default 50000.
- force
Logical. If TRUE, reimports even if the same version is already present.
- verbose
Logical. Show progress messages. Default TRUE.
Examples
if (FALSE) { # \dontrun{
con_taxa <- call.mydb.taxa()
import_wcvp_names(con_taxa)
} # }