vignettes/plot_us_mobility.Rmd
plot_us_mobility.Rmd
Let’s load the data, and filter down to the United States of America.
library(covid19mobility) library(dplyr) us_mobile <- refresh_covid19mobility_apple_country() %>% filter(location_code == "US")
Now, let’s plot it!