Lookup issue definitions and short codes
Examples
gbif_issues_lookup(issue = 'CONTINENT_COUNTRY_MISMATCH')
#> code issue
#> 2 ccm CONTINENT_COUNTRY_MISMATCH
#> description type
#> 2 The interpreted continent and country do not match up. occurrence
gbif_issues_lookup(code = 'ccm')
#> code issue
#> 2 ccm CONTINENT_COUNTRY_MISMATCH
#> description type
#> 2 The interpreted continent and country do not match up. occurrence
gbif_issues_lookup(issue = 'COORDINATE_INVALID')
#> code issue
#> 5 cdiv COORDINATE_INVALID
#> description
#> 5 Coordinate value given in some form but GBIF is unable to interpret it.
#> type
#> 5 occurrence
gbif_issues_lookup(code = 'cdiv')
#> code issue
#> 5 cdiv COORDINATE_INVALID
#> description
#> 5 Coordinate value given in some form but GBIF is unable to interpret it.
#> type
#> 5 occurrence