View source: R/get_annual_acc.R
get_annual_acc | R Documentation |
set of tables of patrimonial and budgetary data: balance sheet, statement of budgetary revenue. statement of budgetary expenses by nature, statement of budgetary expenses by function, statement of execution of remains payable - budgetary expenses by nature, statement of execution of remains payable - budgetary expenses by function, statement of equity variations
get_annual_acc(year, cod, annex = NULL, verbose = FALSE)
year |
is a numeric vector |
cod |
is a numeric vector. Brazilian Institute of Geography and Statistics (IBGE) code assigned to each municipality and state. |
annex |
is a character vector. Default is |
verbose |
is a logical. Enable verbose mode. Default is |
Possible values for the annex
parameter are: "Anexo I-AB",
"Anexo I-C", "Anexo I-D", "Anexo I-E", "Anexo I-F", "Anexo I-G",
"Anexo I-HI", "DCA-Anexo I-AB", "DCA-Anexo I-C", "DCA-Anexo I-D",
"DCA-Anexo I-E", "DCA-Anexo I-F", "DCA-Anexo I-G", "DCA-Anexo I-HI"
For more details on the parameter cod
see the column cod_ibge
of the function get_info
tibble
Brazilian Public Sector Accounting and Tax Information System (Siconfi): http://apidatalake.tesouro.gov.br/docs/siconfi/
## Not run: get_annual_acc(year = 2019, cod = 35) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.