Skip to contents

Retrieve count of species with assessments. This endpoint returns the total number of assessed species on the IUCN Red List.

Usage

rl_statistics()

Value

A tibble containing the count of assessed species.

Examples

if (FALSE) { # \dontrun{
# Get total count of assessed species
rl_statistics()
} # }