get_perc_function_exp_municipality: Get government functions expense percentage for...

View source: R/get_perc_function_exp_municipality.R

get_perc_function_exp_municipalityR Documentation

Get government functions expense percentage for municipalities

Description

This function retrieves values of government functions in

Usage

get_perc_function_exp_municipality(
  year = 2019,
  municipality = NULL,
  gov_function = NULL,
  expense_stage = NULL
)

Arguments

year

vector indicating the reference year

municipality

vector with ibge municipality id

gov_function

vector with government funcions ids

expense_stage

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

Value

A tibble with data about expanses on functions governments

Examples

get_perc_function_exp_municipality(year=2019, municipality = "3550308", gov_function = "saúde", expense_stage="Despesas Pagas"  )

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