R/data.R

#' Dictionary with codes of expenditure and its respective categories

#'
#' @format A data frame with 93 rows and 2 variables:
#' \describe{
#'   \item{NIVEL}{numeric, code used as parameter}
#'   \item{DESCRICAO}{Description of expenditure category}
#' }
"indice_despesa"

#' Dictionary with codes of income and its respective categories

#'
#' @format A data frame with 17 rows and 2 variables:
#' \describe{
#'   \item{NIVEL}{numeric, code used as parameter}
#'   \item{descricao}{Description of income category}
#' }
"indice_rendimento"
pedrorubin/pof2017package documentation built on June 16, 2022, 3:33 a.m.