Update data and plots from scraped data.
This commit is contained in:
@ -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")),
|
||||
|
Reference in New Issue
Block a user