View source: R/get_function_expenses_municipality_state.R
get_function_expenses_municipality_state | R Documentation |
This function retrieves values of govenrment functions for given municipalities.
get_function_expenses_municipality_state( year = 2019, state = NULL, gov_function = NULL, expense_stage = NULL )
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") |
A tibble with data about expanses on functions governments
get_function_expenses_municipality_state(year=2019, state = "AP", gov_function = "Saúde", expense_stage= "Despesas Pagas")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.