BIEN_occurrence_records_per_species function

Count the number of (geoValid) occurrence records for each species in BIEN

Count the number of (geoValid) occurrence records for each species in BIEN

BIEN_occurrence_records_per_species downloads a count of the number of geovalidated occurrence records for each species in the BIEN database.

BIEN_occurrence_records_per_species(species = NULL, ...)

Arguments

  • species: A single species, or vector of species. If NULL, the default, it will return counts for all species.
  • ...: Additional arguments passed to internal functions.

Returns

A dataframe listing the number of geovalidated occurrence records for each species in the BIEN database.

Examples

## Not run: occurrence_counts<-BIEN_occurrence_records_per_species() ## End(Not run)

See Also

Other occurrence functions: BIEN_occurrence_box(), BIEN_occurrence_country(), BIEN_occurrence_county(), BIEN_occurrence_family(), BIEN_occurrence_genus(), BIEN_occurrence_sf(), BIEN_occurrence_species(), BIEN_occurrence_state()

  • Maintainer: Brian Maitner
  • License: MIT + file LICENSE
  • Last published: 2025-01-31

Useful links