Skip to contents

This dataset, Birds_Peru, is a tibble containing information on bird species recorded in Peru, based on the most recent taxonomic revisions by the South American Checklist Committee (SACC). The dataset includes 1,914 observations and 6 variables, covering taxonomic order, family, scientific names, common names in English and Spanish, and conservation or occurrence status. All values are preserved as in the original source, with no modifications.

Usage

data(Birds_Peru)

Format

A tibble with 1,914 observations and 6 variables:

order_name

Taxonomic order (character string)

family_name

Taxonomic family (character string)

scientific_name

Scientific name of the species (character string)

english_name

Common name in English (character string)

spanish_name

Common name in Spanish (character string)

status

Conservation or occurrence status (character string)

Source

Data taken from the avesperu package version 0.0.6

Details

The dataset name has been kept as 'Birds_Peru' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the BioWorldR package and assists users in identifying its specific characteristics. The original content has not been modified in any way.