if (FALSE) {
# List all ecological systems
rl_systems()
# Get terrestrial species assessments (code 0)
rl_systems(code = 0)
# Get marine species assessments published since 2021
rl_systems(
code = "2",
year_published = 2021:2023
)
}
Run the code above in your browser using DataLab