Skip to contents

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)

Arguments

sis_id

Numeric. One or more SIS identifiers for taxa.

Value

A tibble containing assessment data for the specified SIS ID(s).

Examples

if (FALSE) { # \dontrun{
# Get assessments for species with SIS ID 179359
rl_sis(179359)
} # }