birds_watching_tbl_df | R Documentation |
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.
data(birds_watching_tbl_df)
A tibble with 490 observations and 4 variables:
Common name of the bird species (character)
Scientific name of the bird species (character)
Date of last recorded observation (character)
Total number of recorded sightings (numeric)
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.
Data obtained from Kaggle: https://www.kaggle.com/datasets/prajwaldongre/indian-bird-observations-tracking-species
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.