Learn R Programming

siconfir (version 2.0.3)

get_annual_acc: 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)

Value

tibble

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

See Also

Examples

Run this code
if (FALSE) {
get_annual_acc(year = 2019, cod = 35)
}

Run the code above in your browser using DataLab