The budget execution summary report will contain the following statements: budget balance sheet, statement of execution of expenses by function/subfunction; statement of current net revenue; statement of social security income and expenses; statement of primary and nominal results; statement of remains payable for power and agency; statement of income and expenses with maintenance and development of education; statement of income and expenses with public health actions and services; statement of public-private partnerships; simplified statement of the budget execution summary report.
get_budget(
year,
period,
cod,
simple = FALSE,
annex = NULL,
sphere = NULL,
verbose = FALSE
)
tibble
is a numeric vector
is a numeric vector, bimester of the year, an integer between 1 and 6
is a numeric vector. Brazilian Institute of Geography and Statistics (IBGE) code assigned to each municipality and state.
is a logical. TRUE
applies only to municipalities with
less than 50 thousand inhabitants that have opted for simplified publication.
Default is FALSE
is a character vector. Default is NULL
,
it will get all attachments.
is a string vector. Sphere filter "M" = Municipalities, "E" = States and "DF", "U" = Union and "C" = Consortium. Default is NULL
is a logical. Enable verbose mode. Default is FALSE
Possible values for the annex
parameter are: "01", "02", "03",
"04", "04 - RGPS", "04 - RPPS", "04.0 - RGPS", "04.1", "04.2",
"04.3 - RGPS", "05", "06", "07", "09", "10 - RGPS", "10 - RPPS", "11",
"13", "14"
.
For more details on the parameter cod
see the column cod_ibge
of the function get_info
if (FALSE) {
get_budget(year = 2020, period = 1, cod = 29)
}
Run the code above in your browser using DataLab