The goal of Rgfs is to retrieve Financial Statistics of General Governments
You can install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("tchiluanda/Rgfs")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 )