View source: R/get_budgetary_expenses_municipality_state.R
get_budgetary_expenses_municipality_state | R Documentation |
This function retrieves values of budget expenses for given municipalities.
get_budgetary_expenses_municipality_state( year = 2019, state = NULL, account = NULL, expense_stage = NULL )
year |
vector indicating the year or reference |
state |
vector with state abbreviation |
account |
vector with account names |
expense_stage |
vctor with expense stages c("Despesas Empenhadas", "Despesas Liquidadas","Despesas Pagas") |
A tibble with data about budgetary expenses
get_budgetary_expenses_municipality_state(year = 2019,state = "AP", account = "Pessoal e Encargos Sociais", expense_stage="Despesas Pagas")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.