Skip to contents

Count occurrence records for a taxon

Usage

bdcr_count(taxon)

Arguments

taxon

Character. Scientific name (e.g. `"Panthera onca"`).

Value

Integer with the total number of available records.

Examples

if (FALSE) { # \dontrun{
bdcr_count("Panthera onca")
} # }