The goal of Rcofog is to retrieve financial data about functions of government
You can install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("tchiluanda/Rcofog")
Here you can see how to draw a sankey graphic with COFOG data:
library(Rcofog)
dataExpenseFlow(year=2020) %>%
graphExpenseFlow()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.