#' Micro region the municipality of Bage
#'
#' Function returns the micro region in which the municipality of Bage is inserted. Data at scale 1:250,000, using Geodetic reference system "SIRGAS2000" and CRS(4674)
#'
#' @export
#' @family general area functions
#' @examples \dontrun{
#'
#' library(geobage)
#'
#' c <- read_micro_region_bg()
#'
#' }
read_micro_region_bg <- function(){
objeto <- geobr::read_micro_region(code_micro = 43031)
objeto
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.