get_rgf: Get Fiscal Managment Data

Description Usage Arguments Value Examples

View source: R/get_rgf.R

Description

Get data related to fiscal management reports of a given set of entities of the public brazilian 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
get_rgf(year, periodicity, period, report_tp, annex, entity, co_power)

Arguments

year

a numeric vector

periodicity

character. Available values: Q, S

period

a numeric vector. Available values: 1, 2, 3

report_tp

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

annex

character

entity

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

co_power

a character vector.Available values: E = Executivo, L = Legislativo, J = Judiciário, M = Ministério Público, D = Defensoria Pública

Value

dataframe

Examples

1
get_rgf(year=  c(2018),  periodicity = "Q",  period =  1,    report_tp = 1,      annex = "02",       entity = c("2312908"),   co_power = "E")

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