get_map {bangladesh}R Documentation

get shapefile for different administrative levels

Description

get shapefile for different administrative levels

Usage

get_map(level = "country")

Arguments

level

administrative level of bangladesh. Should be one of: "country", "division", "district", "upazila","union'

Value

shapefile for given administrative level

Examples

country <- get_map("country")
division <- get_map("division")
district <- get_map("district")

[Package bangladesh version 1.0.0 Index]