View source: R/get_colombia_invasive_species.R
| get_colombia_invasive_species | R Documentation |
Retrieves information about invasive species in Colombia from the API Colombia. This function fetches only selected fields: id, name, scientificName, commonNames, impact, manage, and riskLevel.
get_colombia_invasive_species()
A tibble with multiple rows and the selected columns, or NULL if the API is unavailable.
invasive_species <- get_colombia_invasive_species()
print(invasive_species)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.