get_budget | R Documentation |
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 )
year |
is a numeric vector |
period |
is a numeric vector, bimester of the year, an integer between 1 and 6 |
cod |
is a numeric vector. Brazilian Institute of Geography and Statistics (IBGE) code assigned to each municipality and state. |
simple |
is a logical. |
annex |
is a character vector. Default is |
sphere |
is a string vector. Sphere filter "M" = Municipalities, "E" = States and "DF", "U" = Union and "C" = Consortium. Default is |
verbose |
is a logical. Enable verbose mode. Default is |
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
tibble
Brazilian Public Sector Accounting and Tax Information System (Siconfi): http://apidatalake.tesouro.gov.br/docs/siconfi/
## Not run: get_budget(year = 2020, period = 1, cod = 29) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.