Process Species List with Taxonomic Information
process_species_list.Rd
Processes a list of species by assigning database sources and taxonomic ranks. Determines whether species should be looked up in FishBase or SeaLifeBase based on their ISSCAAP group.
Value
A data frame with columns:
a3_code: FAO 3-alpha code
scientific_name: Scientific name (cleaned)
database: "fishbase" or "sealifebase"
rank: Taxonomic rank ("Genus", "Family", "Order", "Species")
... (other taxonomic fields)
Examples
if (FALSE) { # \dontrun{
species_list <- process_species_list(c("TUN", "PEZ"), asfis_data)
} # }