Skip to contents

This function retrieves detailed information on IASDT species list, optionally filtered by a specific IASDT species ID (species_ID).

Usage

get_species_name(species_ID = NULL, env_file = ".env")

Arguments

species_ID

optional IASDT species ID for which detailed information is required. If not provided, the function returns the entire species list.

env_file

Character. Path to the environment file containing paths to data sources. Defaults to .env.

Value

A data frame containing species information. If a species ID species_ID is provided, it only returns species information for the listed species, otherwise return the full list of IAS.

Author

Ahmed El-Gabbas