ropensci-archive / scrubr

:warning: ARCHIVED :warning: Clean species occurrence records
Other
34 stars 10 forks source link

How to filter more than one ecoregion in the eco_region function #35

Closed jenifferteles closed 3 years ago

jenifferteles commented 3 years ago

Hello! I’m not able to filter more than one ecoregion in the eco_region function. I tried to use: tmp <- eco_region (dframe(OcurrencesOK3), dataset = "meow", region = c('ECO_CODE_X:73','ECO_CODE_X:74','ECO_CODE_X:75'))

But it only filters the first ecoregion, how do I get it to filter all the selected ones?

Thank you!

sckott commented 3 years ago

Thanks for opening the issue @jenifferteles , i'll have a look

sckott commented 3 years ago

Please try again after reinstalling like remotes::install_github("ropensci/scrubr"), and it should work, let me know what happens

jenifferteles commented 3 years ago

Hello, @sckott!

It worked, thank you very much.