R/get_area_name.R

Defines functions get_area_names

Documented in get_area_names

#' get area names in English, available in the shapefiles
#'
#' @return A data frame with area names in English
#' @examples
#' names <- get_area_names()
#'
#' @export

get_area_names <-
  function(){
    bangladesh::area_names
  }

Try the bangladesh package in your browser

Any scripts or data that you put into this service are public.

bangladesh documentation built on Oct. 28, 2022, 5:06 p.m.