Rebuild the Catalogue of Life snapshot
Usage
build_col(
version = format(Sys.Date(), "%Y"),
archive = NULL,
dir = build_dir(),
db = td_connect()
)Details
COL publishes a Darwin Core Archive whose scientificName carries
the authorship – Acanthocerataceae Crawford & Round. taxadb wants the
canonical name, since authorship abbreviations vary too much between
providers to match on. COL also supplies scientificNameAuthorship
separately, so the canonical name is the one with that suffix removed.
COL marks accepted names by leaving acceptedNameUsageID empty, and
distinguishes accepted from provisionally accepted; both are accepted
in the sense that matters here, that they are not a synonym of anything
else, so
both get acceptedNameUsageID set to their own taxonID.
See also
Other build:
build_fishbase(),
build_gbif(),
build_itis(),
build_ncbi(),
build_ott()