Skip to contents

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

Usage

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

Arguments

geography

One of "state" or "district".

Value

An sf object with boundary polygons and a name column.

Examples

if (FALSE) { # \dontrun{
get_boundaries("state")
get_boundaries("district")
} # }