get_function_expenses_municipality_state: Get government functions for municipalities of a given state...

View source: R/get_function_expenses_municipality_state.R

get_function_expenses_municipality_stateR Documentation

Get government functions for municipalities of a given state vector

Description

This function retrieves values of govenrment functions for given municipalities.

Usage

get_function_expenses_municipality_state(
  year = 2019,
  state = NULL,
  gov_function = NULL,
  expense_stage = NULL
)

Arguments

year

vector indicating the reference year

state

vector with state abbreviation

gov_function

vector with government funcions ids

expense_stage

vctor 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_state(year=2019, state = "AP", gov_function = "Saúde", expense_stage= "Despesas Pagas")

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