README.md

avilistr

Lifecycle:
experimental CRAN
status License:
CC0-1.0

Access the AviList Global Avian Checklist in R

avilistr provides easy access to the AviList Global Avian Checklist, the first unified global bird taxonomy that harmonizes previous differences between IOC, Clements, and BirdLife checklists. This package contains the complete AviList dataset as R data objects, ready for analysis and research.

🌍 About AviList

AviList represents a landmark achievement in ornithology - the first unified global checklist of Earth’s bird species. Released in June 2025, it contains:

πŸ¦… Installation

Install from CRAN:

install.packages("avilistr")

Or install the development version from GitHub:

# Install from GitHub
devtools::install_github("dalyanalytics/avilistr")

# Or using pak
pak::pak("dalyanalytics/avilistr")

πŸ¦† Quick Start

library(avilistr)

# Load the complete AviList dataset
data(avilist_2025)

# Or load the short version with essential fields only
data(avilist_2025_short)

# Get basic information about the data
nrow(avilist_2025)  # Total records
sum(avilist_2025$Taxon_rank == "species")  # Number of species

πŸ“– For detailed examples and tutorials, see the Getting Started vignette.

🦜 Data Overview

The package provides three main datasets:

Main Datasets

| Dataset | Records | Fields | Description | |----|----|----|----| | avilist_2025 | 33,685 | 26 | Complete dataset with all available fields | | avilist_2025_short | 33,685 | ~12 | Essential taxonomic fields only | | avilist_metadata | 26 | 6 | Field descriptions and metadata |

Key Fields

🎯 Use Cases

πŸ”¬ Research Applications

🐦 Birding & Citizen Science

πŸ“Š Data Management

πŸ•ŠοΈ Citation

If you use avilistr in your research, please cite both the package and the underlying AviList data:

Package Citation:

citation("avilistr")

AviList Citation:

AviList Core Team. 2025. AviList: The Global Avian Checklist, v2025. https://doi.org/10.2173/avilist.v2025

πŸ¦… Future Development

This package currently provides the core AviList datasets. Future versions may include:

πŸ“„ License

This package is licensed under the CC0 License (public domain). The AviList data is licensed under CC BY 4.0.

πŸ™ Acknowledgments

πŸ“ž Getting Help

Built with ❀️ for the global ornithology community



Try the avilistr package in your browser

Any scripts or data that you put into this service are public.

avilistr documentation built on June 17, 2025, 5:08 p.m.