R/read_info_bg.R

Defines functions read_info_bg

Documented in read_info_bg

#' Information about the municipality of Bage
#'
#' Function returns various information about the municipality of Bage, such as name and codes of corresponding, meso, micro, intermediate and immediate regions of the municipality, among others
#'
#' @export
#' @family general area functions
#' @examples \dontrun{
#'
#' library(geobage)
#'
#'   c <- read_info_bg()
#'
#' }
read_info_bg <- function(){
  objeto <- geobr::lookup_muni(code_muni=4301602)
  objeto
}
Prof-Rodrigo-Silva/geobage documentation built on July 27, 2022, 2:14 p.m.