Learn R Programming

RuHere (version 1.0.1)

occ_splink: Occurrence records of azure jay from SpeciesLink

Description

A cleaned dataset of occurrence records for azure jay (Cyanocorax caeruleus) retrieved from the SpeciesLink using get_specieslink().

Records were cleaned using the package's internal duplicate-flagging workflow.

Usage

occ_splink

Arguments

Format

A data frame containing georeferenced SpeciesLink occurrence records for C. caeruleus after all cleaning steps.

See Also

get_specieslink(), flag_duplicates(), remove_flagged()

Examples

Run this code
# First rows
head(occ_splink)

# Number of cleaned records
nrow(occ_splink)

Run the code above in your browser using DataLab