GlobalFishingWatch / gfwr

R package for accessing data from Global Fishing Watch APIs

Home Page:https://globalfishingwatch.github.io/gfwr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

AndreaSanchezTapia opened this issue · comments

$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.

closely related to #132

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