The
species table no longer exists: the
taxon consolidation replaced the ~7 per-dataset taxonomy tables with one
global taxon keyed worms:<id> / itis:<id>.
Arguments
- ...
Additional filter expressions passed to
dplyr::filter()- version
Database version (default: "latest")
- collect
If TRUE, collect results into memory. If FALSE, return lazy dbplyr table (default: TRUE)
Details
This called tbl(con, "species") and failed with "Can't query fields" against
any release from v2026.07 on. It now forwards to cc_read_taxon() with a
warning, so existing scripts keep running — but the columns differ
(scientific_name and common_name survive; species_id is replaced by
taxon_key), so check any code that joined on species_id.