get_budget: Budget execution summary report

View source: R/get_budget.R

get_budgetR Documentation

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
)

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

Value

tibble

Note

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

See Also

https://conteudo.tesouro.gov.br/manuais/index.php?option=com_content&view=article&id=1180:03-00-01-introducao&catid=601&Itemid=675

Examples

## Not run: 
get_budget(year = 2020, period = 1, cod = 29)

## End(Not run)

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