if (FALSE) {
# List all threat categories
rl_threats()
# Get species affected by agriculture & aquaculture threats (code 2)
rl_threats(code = 2)
# Get species affected by Climate change & severe weather threats published in 2025
rl_threats(
code = "11",
year_published = 2025
)
}
Run the code above in your browser using DataLab