rredlist icon indicating copy to clipboard operation
rredlist copied to clipboard

Collecting species by population trend?

Open lime-n opened this issue 3 years ago • 4 comments

Hi,

I was wondering if it were possible to collect species by population trend? i.e. decreasing, increasing, stable or unknown?

lime-n avatar Jul 14 '21 06:07 lime-n

Any updates on this?

ingomiller avatar Jan 26 '23 23:01 ingomiller

Sorry for the delay on this @lime-n and @ingomiller. I took over maintenance of this package late last year and haven't had a chance to look into this issue/inquiry. Hopefully I'll have some free time soon.

willgearty avatar Mar 14 '23 14:03 willgearty

From a quick glance at the Red List API, this does not currently seem possible.

willgearty avatar Mar 14 '23 14:03 willgearty

How about if you used something like:

x <- rl_narrative('Fratercula arctica', parse = FALSE, key=PUT YOUR TOKEN HERE)

then

x$result[[1]]$populationtrend

awpark avatar Feb 29 '24 17:02 awpark

Just wanted to report that this is now a valid query in the new IUCN API and is now a function in the development version of rredlist. Feel free to give it a try and let me know what you think!

remotes::install_github("ropensci/rredlist@api_v4")

willgearty avatar Sep 16 '24 22:09 willgearty