Created
May 12, 2022 11:40
-
-
Save fernandobarbalho/68a41abd3253f2014dad2266a493d917 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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