View source: R/get_perc_function_exp_municipality.R
get_perc_function_exp_municipality | R Documentation |
This function retrieves values of government functions in
get_perc_function_exp_municipality( year = 2019, municipality = NULL, gov_function = NULL, expense_stage = NULL )
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") |
A tibble with data about expanses on functions governments
get_perc_function_exp_municipality(year=2019, municipality = "3550308", 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.