get_budgetary_exp_by_gdp_range: Get government budget expenses for municipalities on a rank...

View source: R/get_budgetary_exp_by_gdp_range.R

get_budgetary_exp_by_gdp_rangeR Documentation

Get government budget expenses for municipalities on a rank of gdp.

Description

This function retrieves values of budget expenses for municipalities on a rank of gdp..

Usage

get_budgetary_exp_by_gdp_range(
  gdp_range = c(1, 100),
  gdp_year = 2018,
  exp_year = 2019,
  account = NULL,
  expense_stage = NULL
)

Arguments

gdp_range

vector with two positions indicating the gdp rank range

gdp_year

vector indicating the year of reference for gdp rank

exp_year

vector indicating the reference year

account

vector with accounts

expense_stage

vector with expense stages c("Despesas Empenhadas", "Despesas Liquidadas","Despesas Pagas")

Value

A tibble with data about expanses on functions governments

Examples

get_budgetary_exp_by_gdp_range(gdp_range=c(1,100), gdp_year=2018,exp_year = 2019, account = "Pessoal e Encargos Sociais", expense_stage= "Despesas Empenhadas" )

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