Learn R Programming

redlist (version 0.2.0)

rl_sis: IUCN Red List taxa by SIS ID

Description

Retrieve species assessments using the Species Information Service (SIS) identifier. Returns summary assessment data including both latest and historic assessments.

Usage

rl_sis(sis_id = 179359)

Value

A tibble (class tbl_df, tbl, data.frame) containing assessment data for the specified SIS ID(s).

Arguments

sis_id

Numeric. One or more SIS identifiers for taxa.

Examples

Run this code
if (FALSE) {
# Get assessments for species with SIS ID 179359
rl_sis(179359)
}

Run the code above in your browser using DataLab