get_perc_budgetary_exp_municipality: Get government budgetary expense percentage for...

View source: R/get_perc_budgetary_exp_municipality.R

get_perc_budgetary_exp_municipalityR Documentation

Get government budgetary expense percentage for municipalities

Description

This function retrieves values of government functions in

Usage

get_perc_budgetary_exp_municipality(
  year = 2019,
  municipality = NULL,
  account = NULL,
  expense_stage = NULL
)

Arguments

year

vector indicating the reference year

municipality

vector with ibge municipality id

account

vector with accounts

expense_stage

vector with expense stages c("Despesas Empenhadas", "Despesas Liquidadas","Despesas Pagas")

Value

A tibble with data about budgetary expenses

Examples

get_perc_budgetary_exp_municipality(year=2019, municipality = "3550308", account = "Pessoal e Encargos Sociais", expense_stage= "Despesas Pagas")

tchiluanda/siconfiBD documentation built on Oct. 2, 2022, 10:09 p.m.