Closed sckott closed 5 years ago
What does elevation mean here?
like the min and max, possibly average, altitude/elevation that species are found at.
Can you not already pull down elevation data using rl_search?
e.g. library(rredlist) my.search<-rl_search(id=my.species.id, key=my.api.key) elevation.upper<-my.search$result$elevation_upper elevation.lower<-my.search$result$elevation_lower
thanks for the note @matthewlewis896 - i can't remember now what this was about, perhaps there was going to be a new API route at some point, but seems like it won't happen if it was going to.
You're right you can get via rl_search, closing this
coming soon ...