Learn R Programming

bangladesh (version 1.0.0)

get_map: get shapefile for different administrative levels

Description

get shapefile for different administrative levels

Usage

get_map(level = "country")

Value

shapefile for given administrative level

Arguments

level

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

Examples

Run this code
country <- get_map("country")
division <- get_map("division")
district <- get_map("district")

Run the code above in your browser using DataLab