In this post, I will replicate the IBGE Seasonally Adjusted GDP from the GDP Chained Quarterly Index with the seasonal package
Data from the 2020:Q2 Brazilian GDP
plot shares of the brazilian GDP data from the SIDRA-IBGE website
Scraping Brazilian GDP data from the SIDRA-IBGE website
`dygraphs` allows us to make interactive plots in webpages.
`ggplot2` enables us to make beautiful graphics (as long as you use the tidyverse framework)
To make research reproducible, we have to automate the way `R` performs tasks.
Graphing the Brazilian GDP in `R`.
If you see mistakes or want to suggest changes, please create an issue on the source repository.