Skip to contents

This function retrieves the conservation status of species from the iucn_data dataset. It is vectorized to handle multiple species names and optimized using data.table for performance.

Usage

get_conservation_status(species_names)

Arguments

species_names

A character vector of species names to search for in the iucn_data dataset.

Value

A data.table with species names and their corresponding conservation status.