By default, it is NULL, but when a value is provided in the
format month/year (mm/yyyy), the corrected value is calculated using the
selected inflation index and create variable "valor_transacao_deflacionado",
which is IPCA by default. For more information, see the deflateBR package.
index_deflate
If deflate is not NULL, IPCA is used by default.
For more information, see the deflateBR package.
# \donttest{# Download data on the Federal Government Payment Card (CPGF)if(interactive() && curl::has_internet()) {
cartao <- get_cpgf(2023, 12)
}
# }