Learn R Programming

redlist (version 0.2.0)

rl_possibly_extinct: IUCN Red List possibly extinct taxa

Description

Retrieve species assessments flagged as possibly extinct. Returns all latest global assessments for taxa that are possibly extinct.

Usage

rl_possibly_extinct()

Arguments

Value

A tibble (class tbl_df, tbl, data.frame) where each column represents a unique API response JSON key. Columns include year, latest, possibly extinct, possibly extinct in the wild, sis taxon id, url, taxon scientific name, red list category, assessment id, scopes description, and scopes code

Examples

Run this code
if (FALSE) {
# Get all possibly extinct species
rl_possibly_extinct()
}

Run the code above in your browser using DataLab