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

Correct result parsing in `get_vessel_info()`: Error in `.data$geartypes`: ! Column `geartypes` not found in `.data`. #139

Closed AndreaSanchezTapia closed 2 months ago

AndreaSanchezTapia commented 3 months ago

$selfReported dataframe should not return empty . check other returned data frames for errors. @giselamo and @yaaNuamahGFW can provide examples of very clean identities and of more problematic identities -to explain the user the whole output and guide them into the following APIs.

AndreaSanchezTapia commented 3 months ago

closely related to #132

AndreaSanchezTapia commented 3 months ago

Getting sometimes Error in.data$geartypes: ! Columngeartypesnot found in.data. So geartypes must be optional. (if(exists) or if !NULL)