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.}
#' }
#' @source Brazilian Institute of Geography and Statistics (IBGE);
#'   Brazilian Institute of Applied Economic Research (IPEA);
#'   Center for Computational Studies in General Equilibrium (CECEG) at
#'   the Federal University of EspĂ­rito Santo (UFES).
#'
#' @examples
#' # Access the object
#' br_2020
#'
#' # View available matrices
#' names(br_2020)
#' 
#' @import fio
"br_2020"

Try the fiodata package in your browser

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

fiodata documentation built on May 22, 2026, 1:08 a.m.