Reads class-to-AphiaID mappings from the class_taxonomy table.
Value
Named character vector mapping class names to AphiaID. Returns empty vector if database/table is missing or empty.
Examples
if (FALSE) { # \dontrun{
db_path <- get_db_path(get_default_db_dir())
map <- load_class_taxonomy_db(db_path)
} # }