legal_amazon"

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Many of our functions use a dataset with Brazilian municipalities, their municipality codes, whether they belong to the Legal Amazon, their state, and some more variables. It was constructed from the IBGE spreadsheet with Legal Amazon municipalities, along with a data frame from the 'geobr' package. For more information on the columns, run ??datazoom.amazonia::municipalities.

# load Brazilian municipalities dataset
data <- datazoom.amazonia::municipalities


Try the datazoom.amazonia package in your browser

Any scripts or data that you put into this service are public.

datazoom.amazonia documentation built on May 29, 2024, 11:12 a.m.