| build_col | R Documentation |
Rebuild the Catalogue of Life snapshot
build_col(
version = format(Sys.Date(), "%Y"),
archive = NULL,
dir = build_dir(),
db = td_connect()
)
version |
snapshot version to write, e.g. |
archive |
path to the COL Darwin Core Archive; downloaded if missing |
dir |
directory for build inputs and outputs |
db |
a duckdb connection |
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.
the paths written, invisibly
Other build:
build_fishbase(),
build_gbif(),
build_itis(),
build_ncbi(),
build_ott()
## Not run:
build_col("2026")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.