powered by
Retrieve species assessments using scientific names (Latin binomials). Returns summary assessment data including both latest and historic assessments.
rl_scientific_name( genus_name, species_name, infra_name = NULL, subpopulation_name = NULL )
A tibble (class tbl_df, tbl, data.frame) where each column represents a unique API response JSON key. The tibble contains assessment data for the specified taxon, including taxon details.
tbl_df
tbl
data.frame
Character. The genus name (required).
Character. The species name (required).
Character. The infraspecific name (optional).
Character. The subpopulation name (optional).
if (FALSE) { # Get assessments for Panthera leo (lion) rl_scientific_name(genus_name = "Panthera", species_name = "leo") }
Run the code above in your browser using DataLab