Update data and plots from scraped data.

This commit is contained in:
mattbk
2024-07-13 15:27:10 -05:00
parent 88b9b7fe5b
commit 1a4eea6621
14 changed files with 2638 additions and 5 deletions

View File

@ -63,8 +63,8 @@ ggplotly()
ggsave("plots/total-over-time-y.png", width = 6, height = 4)
p <- ggplotly()
htmlwidgets::saveWidget(as_widget(p), selfcontained = TRUE, file = "plots/total-over-time-y.html")
#p <- ggplotly()
#htmlwidgets::saveWidget(as_widget(p), selfcontained = TRUE, file = "plots/total-over-time-y.html")
##### Total over time, since 2000 #####
ggplot(data = d_total %>% filter(Date >= as.Date("2000-01-01")),