R/read_municipal_seat_bg.R

Defines functions read_municipal_seat_bg

Documented in read_municipal_seat_bg

#' Municipality seat of Bage
#'
#' Function returns the headquarters of the municipality of Bage
#'
#' @export
#' @family general area functions
#' @examples \dontrun{
#'
#' library(geobage)
#'
#'   c <- read_municipal_seat_bg()
#'
#' }
read_municipal_seat_bg <- function(){
  objeto <- geobr::read_municipal_seat()
  objeto <- subset(objeto, code_muni == 4301602)
  objeto
}
Prof-Rodrigo-Silva/geobage documentation built on July 27, 2022, 2:14 p.m.