Description Usage Examples
View source: R/coronavirus.R
Live dataset for coronavirus
1
corona()
1 2 3 4 5
library(ggplot2) aus = subset(corona(), region == "Australia") ggplot(aus, aes(x = date, y = active)) + geom_point() + facet_wrap( ~ state) + geom_line() + theme_bw()
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.