road_population_tbl_df | R Documentation |
This dataset, road_population_tbl_df, is a tibble containing detailed information about road infrastructure and population data for Indian states. It includes lengths of various road types, road density metrics, area statistics, and rural and urban population data according to the 2011 census. The dataset preserves the original structure from its source on Kaggle.
data(road_population_tbl_df)
A tibble with 36 observations and 27 variables:
Name of the state or union territory (character)
Length of national highways in kilometers (numeric)
Length of state highways in kilometers (numeric)
Length of district roads in kilometers (numeric)
Length of rural roads in kilometers (numeric)
Length of urban roads in kilometers (numeric)
Length of project roads in kilometers (numeric)
Total length of roads in kilometers (numeric)
Total area of the state/UT in square kilometers (numeric)
Density of urban roads (numeric)
Density of rural roads (numeric)
Road length per 1000 square kilometers of entire state (numeric)
Urban road length per 1000 square kilometers (numeric)
Rural road length per 1000 square kilometers (numeric)
Overall road density (numeric)
National highways road density per 1000 sq km (numeric)
State highways road density per 1000 sq km (numeric)
District roads road density per 1000 sq km (numeric)
Rural roads road density per 1000 sq km (numeric)
Urban roads road density per 1000 sq km (numeric)
Project roads road density per 1000 sq km (numeric)
Area of the state/UT (numeric)
Rural area in 2011 census (numeric)
Urban area in 2011 census (numeric)
Rural population according to 2011 census (numeric)
Urban population according to 2011 census (numeric)
Total population of the state/UT (numeric)
The dataset name has been kept as 'road_population_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/zsinghrahulk/india-roadforpopulation-data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.