Skip to content

Instantly share code, notes, and snippets.

@fernandobarbalho
Created May 12, 2022 11:40
Show Gist options
  • Save fernandobarbalho/68a41abd3253f2014dad2266a493d917 to your computer and use it in GitHub Desktop.
Save fernandobarbalho/68a41abd3253f2014dad2266a493d917 to your computer and use it in GitHub Desktop.
#devtools::install_github("tchiluanda/rtn")
library(rtn)
rtn::get_12_month_accumulated_account_data_by_month(c("despesa total","receita líquida"),
month = c(1:12),
match_required = FALSE) %>%
rtn::plot_rtn_series()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment