Description Usage Arguments Value See Also Examples
View source: R/covid_daily_map.R
If function get_covid_date() did not run first, it runs it and then draws the plot.
1 | covid_daily_map(date = "20-10-23", type = "deaths")
|
date |
the map will be from data of the date you specify. put in "yy-mm-dd" format. date can be from "20-01-22" till now. |
type |
type of cases you're interested in. can be in c("confirmed", "deaths", "recovered"). |
a ggplot of world map containing coronavirus cases.
1 2 3 4 | ## Not run:
covid_daily_map(date == "20-09-28", type == "confirmed")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.