OrdwaySpeciesNames: Corrected Species Names for the Ordway Birds

OrdwaySpeciesNamesR Documentation

Corrected Species Names for the Ordway Birds

Description

This data frame lists all the species name that appear in 'OrdwayBirds'. In many cases, the species name was mis-spelled in the original. As a result, many birds are listed as separate species even though, in reality, they all belong to the same species. For each potentially mis-spelled species name, this table gives a standardized name.

Usage

data("OrdwaySpeciesNames")

Format

A data frame with 265 observations on the following 2 variables:

SpeciesName

The original spelling, or misspelling, of a bird species.

SpeciesNameCleaned

Corrected spelling (or NA if the original was not identifiable.)

Source

Daniel Kaplan and students in a 2013 Data and Computing Fundamentals class at Macalester College (Saint Paul, MN) read through original names in 'OrdwayBirds' and typed corrected spelling shown in 'SpeciesNameCleaned'.

See Also

'OrdwayBirds'

Examples

data(OrdwaySpeciesNames)
str(OrdwaySpeciesNames)

mdbeckman/dcData documentation built on March 18, 2023, 6:07 a.m.