if (FALSE) {
# List all available phyla
rl_phylum()
# Get assessments for species in Chordata phylum
rl_phylum(phylum_name = "Chordata")
# Get latest assessments for Arthropoda published in 2020
rl_phylum(
phylum_name = "Arthropoda",
year_published = 2020,
latest = TRUE
)
}
Run the code above in your browser using DataLab