MattCallahan-NOAA / rmisr

An R package for accessing RMIS code wire tag data.
2 stars 2 forks source link

return detailed error msgs, rename vars #1

Closed gregwilke closed 9 months ago

gregwilke commented 9 months ago

-Updated get_location() nested functions to return the message part of error messages since the RMIS API errors returned detailed information explaining errors in many conditions which can be helpful to the end user.

-Renamed several variables (like tc -> totalcount) to improve code's initial readability and use as a teaching resource.