R/br_2020.R

#' @title
#' Brazil input-output matrix, year 2020, 51 sectors
#'
#' @description
#' This dataset contains the Brazilian input-output matrix for the year 2020, with 51 sectors.
#' The data is based on the Brazilian Institute of Geography and Statistics (IBGE) and
#' the Brazilian Institute of Applied Economic Research (IPEA).
#'
#' @format ## `br_2020`
#' A R6 class containing a set of matrices:
#' \describe{
#'   \item{\code{id}}{Identifier of the new instance}
#'   \item{\code{intermediate_transactions}}{Intermediate transactions matrix.}
#'   \item{\code{total_production}}{Total production matrix.}
#'   \item{\code{final_demand}}{Final demand matrix.}
#'   \item{\code{exports}}{Exports matrix.}
#'   \item{\code{imports}}{Imports matrix.}
#'   \item{\code{taxes}}{Taxes matrix.}
#'   \item{\code{value_added}}{Value added matrix.}
#' }
#'
"br_2020"

Try the fio package in your browser

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

fio documentation built on April 11, 2025, 6:11 p.m.