get_annual_acc: Annual statement of accounts

View source: R/get_annual_acc.R

get_annual_accR Documentation

Annual statement of accounts

Description

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

Usage

get_annual_acc(year, cod, annex = NULL, verbose = FALSE)

Arguments

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 NULL, it will get all attachments.

verbose

is a logical. Enable verbose mode. Default is FALSE

Details

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

Value

tibble

Note

Brazilian Public Sector Accounting and Tax Information System (Siconfi): http://apidatalake.tesouro.gov.br/docs/siconfi/

See Also

https://www.gov.br/secretariadegoverno/pt-br/portalfederativo/guiainicio/prefeito/trilhas-100-dias-de-governo/dca-declaracao-de-contas-anuais

Examples

## Not run: 
get_annual_acc(year = 2019, cod = 35)

## End(Not run)

siconfir documentation built on Jan. 15, 2023, 5:09 p.m.