diff --git a/globalprep/le/v2024/economies_dataprep.Rmd b/globalprep/le/v2024/economies_dataprep.Rmd index 1a2d708e..38214922 100644 --- a/globalprep/le/v2024/economies_dataprep.Rmd +++ b/globalprep/le/v2024/economies_dataprep.Rmd @@ -122,7 +122,7 @@ prelim_plot <- plot_ly(data = gdp_prop_clean, x = ~year, y = ~gdp_prop_percent, prelim_plot -htmlwidgets::saveWidget(prelim_plot, file = "gdp_prelim_plot_all_years.html") +# htmlwidgets::saveWidget(prelim_plot, file = "gdp_prelim_plot_all_years.html") ``` Really interesting to see how the proportions drop in 202 -- intuition check: makes sense because of Covid.... especially interesting to note how extremely Macau was impacted! @@ -255,7 +255,7 @@ top_diff_gdp_plot <- plot_ly(data = gdp_filled_diff, x = ~year, y = ~appx_gdp_fi top_diff_gdp_plot -htmlwidgets::saveWidget(top_diff_gdp_plot, file = "tour_gdp_top_diff_gf_plot.html") +# htmlwidgets::saveWidget(top_diff_gdp_plot, file = "tour_gdp_top_diff_gf_plot.html") ```