Learn R Programming

RuHere (version 1.0.1)

occurrences: Integrated occurrence dataset for three example species

Description

A harmonized, multi-source occurrence dataset containing cleaned georeferenced records for three species:

  • Araucaria angustifolia (Parana pine)

  • Cyanocorax caeruleus (Azure jay)

  • Handroanthus serratifolius (Yellow trumpet tree)

Records were retrieved from GBIF, speciesLink, BIEN, and iDigBio, standardized through the package workflow, merged, and cleaned to remove duplicates.

Usage

occurrences

Arguments

Format

A data frame where each row represents a georeferenced occurrence record for one of the three species.

Columns correspond to the standardized output of format_columns(), including:

  • species: Cleaned binomial species name

  • decimalLongitude, decimalLatitude: Coordinates

  • year: Year of collection/observation

  • Various taxonomic, temporal, locality, and metadata fields

  • Source identifiers added by format_columns() (e.g., data_source)

See Also

format_columns(), bind_here(), flag_duplicates(), remove_flagged()

Examples

Run this code
# Show the first rows
head(occurrences)

# Number of occurrences per species
table(occurrences$species)

Run the code above in your browser using DataLab