indianPopulation_tbl_df | R Documentation |
This dataset, indianPopulation_tbl_df, is a tibble containing census data and population projections for Indian states across multiple years. It includes state codes, abbreviations, names, and population figures for the years 1901, 1951, 2011, 2023, and 2024.
data(indianPopulation_tbl_df)
A tibble with 36 observations and 8 variables:
Numeric state code (numeric)
State abbreviation (character)
Full state name (character)
Population in the year 1901 (numeric)
Population in the year 1951 (numeric)
Population in the year 2011 (numeric)
Population in the year 2023 (numeric)
Population in the year 2024 (numeric)
The dataset name has been kept as 'indianPopulation_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the IndiAPIs package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is a tibble object. The original content has not been modified in any way.
Data taken from the mapindia package version 1.0.1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.