R/data.R

#' Brazilian Central Bank Series Metadata
#'
#' A table with metadata for BCB economic series. Use with `get_dataset("bcb_series")`.
#' The `hierarchy` column controls which series are returned by default: pass
#' `table = "core"` for the most relevant real estate series, or a broader
#' level for more macroeconomic context (see \code{\link{get_dataset}}).
#'
#' @format ## `bcb_metadata`
#' A data frame with 140 rows and 11 columns:
#' \describe{
#'   \item{code_bcb}{Numeric code identifying the series.}
#'   \item{bcb_category}{Category of the series.}
#'   \item{name_simplified}{Simplified name of the series.}
#'   \item{name_pt}{Full name of the series in Portuguese.}
#'   \item{name}{Full name of the series in English.}
#'   \item{unit}{Unit of the series.}
#'   \item{frequency}{Frequency of the series.}
#'   \item{first_value}{Date of the first available observation.}
#'   \item{last_value}{Date of the last available observation.}
#'   \item{source}{Source of the series.}
#'   \item{hierarchy}{Integer relevance tier: 1 = core real estate credit
#'     series; 2 = primary (key macro series such as SELIC, IPCA, INCC);
#'     3 = secondary (broader macro context); 4 = tertiary (less relevant
#'     or discontinued series).}
#' }
#' @source Brazilian Central Bank (BCB)
"bcb_metadata"


#' Brazilian city identifier table
#'
#' A table with official IBGE identifiers for all Brazilian cities.
#'
#' A `tibble` with 5,570 rows and 8 columns:
#' \describe{
#'   \item{code_muni}{7-digit IBGE code identifying the city.}
#'   \item{name_muni}{Name of the city.}
#'   \item{code_state}{2-digit IBGE code identifying the state.}
#'   \item{name_state}{Name of the state.}
#'   \item{code_region}{1-digit IBGE code identifying the region}
#'   \item{name_region}{Name of the region}
#'   \item{name_simplified}{Simplified version of the city name for easier subsetting.}
#' }
#' @source IBGE (Brazilian Institute of Geography and Statistics)
"dim_city"

#' Real Estate Players listed on B3
#'
#' List of main Brazilian real estate players listed on B3.
#'
#' @format ## `b3_real_estate`
#' A tibble with 38 rows and 3 columns:
#' \describe{
#'   \item{symbol}{Stock ticker.}
#'   \item{name}{Full company name.}
#'   \item{name_short}{A shorter version of the company name.}
#' }
#' @source B3
"b3_real_estate"

Try the realestatebr package in your browser

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

realestatebr documentation built on June 5, 2026, 5:07 p.m.