README.md

Rgfs

The goal of Rgfs is to retrieve Financial Statistics of General Governments

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("tchiluanda/Rgfs")

Example

Here you can see how to draw a time series graphic with GFS data:

library(Rgfs)
dataCompleteTimeSeries(account="Despesa") %>% graphCompleteTimeSeries(selected_country="Brasil", text_max = FALSE )


tchiluanda/Rgfs documentation built on Feb. 7, 2023, 2:54 p.m.