get_rreo: Get Budgetary Execution Report Data

Description Usage Arguments Value Examples

View source: R/get_rreo.R

Description

Get data related to budgetary execution reports of a given set of entities of the brazilian public sector, 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(year, period, report_tp, annex, entity, 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

entity

a character vector. IBGE code of a public sector entities set.

In_RGPS

boolean. Default = FALSE

In_RPPS

boolean. Default = FALSE

Value

dataframe

Examples

1
get_rreo(2017,1,1,"01","1")

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