get_function_expenses_municipality: Get government functions expenses for municipalities

View source: R/get_function_expenses_municipality.R

get_function_expenses_municipalityR Documentation

Get government functions expenses for municipalities

Description

This function retrieves values of govenrment functions for given municipalities.

Usage

get_function_expenses_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_function_expenses_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.