get_rreo_mun_state: Get Municipalities Budgetary Execution Report Data

Description Usage Arguments Value Examples

View source: R/get_rreo_mun_state.R

Description

Get data related to budgetary execution reports for all the municipalities of a given Brazilian states set, filtered by a set of parameters passed to the function. For more information about these reports, please see: https://siconfi.tesouro.gov.br/siconfi/pages/public/conteudo/conteudo.jsf?id=82

Usage

1
2
get_rreo_mun_state(year, period, report_tp, annex, state,
  In_RGPS = FALSE, In_RPPS = FALSE)

Arguments

year

a numeric vector

period

a numeric vector. Available values: 1, 2, 3, 4, 5, 6

report_tp

numeric. Available values: 1- RREO, 2-RREO Simplificado

annex

character

state

a character vector. IBGE code of a given Brazilian states set.

In_RGPS

boolean. Default = FALSE

In_RPPS

boolean. Default = FALSE

Value

A dataframe with the resultset of a given entity of the public brazilian set, filtered by a set of parameters passed to the function

Examples

1
get_rreo_mun_state(2017,1,1,"01","11")

tchiluanda/rsiconfi documentation built on Jan. 17, 2020, 3:16 p.m.