get_rgf_mun_state: Get Municipalities Fiscal Managment Data

Description Usage Arguments Value Examples

View source: R/get_rgf_mun_state.R

Description

f Get data related to fiscal management 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_rgf_mun_state(year, periodicity, period, report_tp, annex, state,
  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

state

state a character vector. IBGE code of a given Brazilian states 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_mun_state(year=  c(2018),  periodicity = "Q",  period =  3, report_tp = 1,  annex = "01",  state = c(11), co_power = "E")

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