if (FALSE) {
# List all research categories
rl_research()
# Get species needing population trends research (code 3_1)
rl_research(code = "3_1")
# Get species needing life history & ecology research published since 2019
rl_research(
code = "1_3",
year_published = 2019:2023
)
}
Run the code above in your browser using DataLab