R/read_schools_bg.R

Defines functions read_schools_bg

Documented in read_schools_bg

#' Schcools of Bage
#'
#' Function returns schools in the municipality of Bagé
#'
#' @export
#' @family general area functions
#' @examples \dontrun{
#'
#' library(geobage)
#'
#'   c <- read_schools_bg()
#'
#' }
read_schools_bg <- function(){
  objeto <- geobr::read_schools()
  objeto <- subset(objeto, name_muni=="Bagé")
  objeto
}
Prof-Rodrigo-Silva/geobage documentation built on July 27, 2022, 2:14 p.m.