Learn R Programming

siconfir (version 2.0.3)

get_budget: Budget execution summary report

Description

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.

Usage

get_budget(
  year,
  period,
  cod,
  simple = FALSE,
  annex = NULL,
  sphere = NULL,
  verbose = FALSE
)

Value

tibble

Arguments

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. TRUE applies only to municipalities with less than 50 thousand inhabitants that have opted for simplified publication. Default is FALSE

annex

is a character vector. Default is NULL, it will get all attachments.

sphere

is a string vector. Sphere filter "M" = Municipalities, "E" = States and "DF", "U" = Union and "C" = Consortium. Default is NULL

verbose

is a logical. Enable verbose mode. Default is FALSE

Details

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

See Also

Examples

Run this code
if (FALSE) {
get_budget(year = 2020, period = 1, cod = 29)
}

Run the code above in your browser using DataLab