covid_daily_map: coronavirus cases shown on the globe

Description Usage Arguments Value See Also Examples

View source: R/covid_daily_map.R

Description

If function get_covid_date() did not run first, it runs it and then draws the plot.

Usage

1
covid_daily_map(date = "20-10-23", type = "deaths")

Arguments

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").

Value

a ggplot of world map containing coronavirus cases.

See Also

get_covid_data()

Examples

1
2
3
4
## Not run: 
covid_daily_map(date == "20-09-28", type == "confirmed")

## End(Not run)

taenayat/covid19Viewer documentation built on Dec. 31, 2020, 8:32 a.m.