R/read_conservation_unit_bg.R

Defines functions read_conservation_unit_bg

Documented in read_conservation_unit_bg

#' Area conservation
#'
#' Function returns the polygon of the conservation unit present in the municipality of
#' Bage. The data comes from MMA and can be found at http://mapas.mma.gov.br/i3geo/datadownload.htm.
#'
#' @export
#' @family general area functions
#' @examples \dontrun{
#'
#' library(geobage)
#'
#'   c <- read_conservation_unit_bg()
#'
#' }
read_conservation_unit_bg <- function(){
  objeto <- geobr::read_conservation_units()
  objeto <- subset(bg, bg$code_conservation_unit==3138)
  objeto
}
GeoInformacao/geobage documentation built on July 26, 2022, 2:34 p.m.