birds_watching_tbl_df: Indian Bird Observations: Tracking Species

birds_watching_tbl_dfR Documentation

Indian Bird Observations: Tracking Species

Description

This dataset, birds_watching_tbl_df, is a tibble containing detailed information on bird species observed in India, including species names, scientific names, the date of last observation, and total recorded sightings. The dataset preserves the original structure from its source on Kaggle.

Usage

data(birds_watching_tbl_df)

Format

A tibble with 490 observations and 4 variables:

name

Common name of the bird species (character)

scientific name

Scientific name of the bird species (character)

last observation

Date of last recorded observation (character)

total observations

Total number of recorded sightings (numeric)

Details

The dataset name has been kept as 'birds_watching_tbl_df' to maintain consistency with the naming conventions in the IndiAPIs package. The suffix 'tbl_df' indicates that this is a tibble data frame. The original content has not been modified in any way.

Source

Data obtained from Kaggle: https://www.kaggle.com/datasets/prajwaldongre/indian-bird-observations-tracking-species


IndiAPIs documentation built on Aug. 26, 2025, 5:08 p.m.