Count occurrence records for a taxon
Arguments
- taxon
Character. Scientific name (e.g. `"Panthera onca"`).
Value
Integer with the total number of available records, or `NA_integer_`
if the service is unavailable.
Examples
if (FALSE) { # \dontrun{
bdcr_count("Panthera onca")
} # }