OrdwaySpeciesNames: Corrected Species Names for the Ordway Birds

Description Usage Format Details Source Examples

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

1
data("OrdwaySpeciesNames")

Format

A data frame to translate between the various mis-spellings of species in OrdwayBirds to a consistent set of spellings.

SpeciesName

The original spelling.

SpeciesNameCleaned

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

Details

These data can be used as part of cleaning the OrdwayBirds data.

Source

See OrdwayBirds. The data in SpeciesNameCleaned was added by crowd-sourcing. A class of Data and Computing Fundamentals students, in Spring 2013, read through the original names and typed in the corresponding correct spelling.

Examples

1
2
# To juxtapose the corrected spelling for each bird in OrdwayBirds 
merge( OrdwayBirds, OrdwaySpeciesNames )

dtkaplan/DataComputing documentation built on May 15, 2019, 4:58 p.m.