View source: R/get_budgetary_rev_by_pop_range.R
get_budgetary_rev_by_pop_range | R Documentation |
This function retrieves values of government functions for given municipalities by gdp rank.
get_budgetary_rev_by_pop_range( pop_range = c(1, 100), pop_year = 2018, rev_year = 2019, account = NULL )
pop_range |
vector with two positions indicating the gdp rank range |
pop_year |
vector indicating the year of reference for gdp rank |
rev_year |
vector indicating the reference year |
account |
vector with accounts |
A tibble with data about budgetary expenses
get_budgetary_rev_by_pop_range(pop_range=c(1,100), pop_year=2018, rev_year = 2019, account = "Impostos" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.