Queries the iNaturalist API to retrieve the establishment means
(nativeness status and authority) for a given taxon, optionally filtered
by country, as provided by iNaturalist checklists.
Returns a one-row tibble with a nested
establishmentMeans
list-column containing nativeness and authority.
Data are sourced from iNaturalist checklists: https://forum.inaturalist.org/t/updating-iucn-red-list-conservation-statuses/25712
Value
A tibble with one row and one list-column:
- establishmentMeans
listof one-row tibbles, each containing:- nativeness
character. The establishment means value (e.g.,"native","introduced"), orNAif not available.- authority
character. The authority or checklist title associated with the establishment means (e.g.,"Italy Check List"), orNAif not available.
Note
The establishment means information is sourced from iNaturalist and may refer to the IUCN Red List. It may not always be up to date.
See also
add_nativeness_to_occ for applying this function
across a full occurrence tibble.
Author
Alessandro Oggioni, PhD (2023) alessandro.oggioni@cnr.it
