map_india | R Documentation |
Retrieve India map data
map_india(
regions = c("states", "state", "districts", "district"),
include = c(),
exclude = c()
)
regions |
The region breakdown for the map, can be one of
( |
include |
The regions to include in the resulting map. If |
exclude |
The regions to exclude in the resulting map. If |
A data frame of India map coordinates divided by the desired regions
.
[mapindiatools::map_india()] of which this function is a wrapper for.
str(map_india())
df <- map_india(regions = "districts")
states <- map_india(include = c("WB", "NCT", "AP"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.