Closed FVFaleiro closed 7 years ago
thanks @FVFaleiro - First thing to note is that the Redlist website may not be consuming the same API we are using. Second, they may be using it, but then doing some extra work beyond what rl_search
is doing. We don't know the status of either of these things.
I'd recommend doing eg., rl_synonyms("Loxodonta cyclotis")
which finds the accepted name, then proceeding from there. Will that work for you?
This function solve my problem, thanks @sckott ! You do a great job in your packages! Cheers!
Glad it works, thx, and thanks for using the pkg and opening the issue
have a good one
The function "rl_search" do not retrieve data of synonym, but in the website is possible search the data. There is information about it in the API too (http://apiv3.iucnredlist.org/api/v3/docs#species-synonym). How can I handling it?