Skip to contents

Download and cache LGD (Local Government Directory) boundary geometries for Indian states or districts from bharatviz.org.

Usage

get_boundaries(geography = c("state", "district"))

Arguments

geography

One of "state" or "district".

Value

An sf object with boundary polygons and a state_name column (plus district_name for district-level).

Examples

if (FALSE) { # \dontrun{
states <- get_boundaries("state")
plot(states["state_name"])
} # }