IndiaPopulation_dt | R Documentation |
This dataset, IndiaPopulation_dt, is a data table containing the names of states and union territories in India along with their respective abbreviations and populations. The dataset also includes the total population of India. These are 2019 projections as reported in the Unique Identification Authority of India 2019-2020 Annual Report.
data(IndiaPopulation_dt)
A data.table with 39 observations and 3 variables:
Name of the state or union territory (character)
Abbreviation for the state or union territory (character)
Population in 2019 projection (numeric)
The dataset name has been kept as 'IndiaPopulation_dt' 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 'dt' indicates that the dataset is a data.table object. The original content has not been modified in any way.
Data taken from the covid19india package version 0.1.4
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.