avian_abbrev: Avian abbreviations

Description Usage Format See Also Examples

Description

Each species is given a 4 digit character abbreviation This data sets provides the common name associated with each abbreviation.

Usage

1

Format

A data.frame with two variables: abbrev and common_name

See Also

avian_common_count

Examples

1
2
3
library(dplyr)
with_common_name <- avian_common_count %>%
  left_join(avian_abbrev, by="abbrev")

ISU-STRIPS/STRIPSSchulte documentation built on May 7, 2019, 6:36 a.m.