GlobalFishingWatch / gfwr

R package for accessing data from Global Fishing Watch APIs
https://globalfishingwatch.github.io/gfwr/
Apache License 2.0
58 stars 7 forks source link

Update get_region_id function to take region_id #74

Closed natemiller closed 2 years ago

natemiller commented 2 years ago

I have updated the get_region_id function to take region id's in addition to region names. This enables to function to convert the region id output from functions like get_event back into region labels. I added an example to the README and updated function documentation as well.

Closes issue #72