R/grid_state_correspondence_table.R

#' correspondence table indicating what quadrants of IBGE's statistical grid intersect with each Brazilian state
#'
#' @title A correspondence table indicating what quadrants of IBGE's statistical grid intersect with each Brazilian state
#' @description Built-in dataset
#'
#'
#' \itemize{
#'   \item \code{name_state}: Title-case name of state (character)
#'   \item \code{abbrev_state}: Two-letter uppercase abbreviation of a state
#'   \item \code{code_grid}: Unique code of each quadrant of IBGE's statistical grid
#' }
#'
#' @docType data
#' @keywords datasets
#' @name grid_state_correspondence_table
#'
#' @usage data(grid_state_correspondence_table)
#' @note Last updated 2021-o3-21
#' @format A data frame sf with 139 rows and 3 columns
"grid_state_correspondence_table"

Try the geobr package in your browser

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

geobr documentation built on Sept. 21, 2023, 9:07 a.m.