if (FALSE) {
# Get real-time COVID-19 data for all countries
all_countries <- get_covid_stats_by_country()
if (!is.null(all_countries)) {
head(all_countries)
}
# Get sorted data by number of deaths reported yesterday
yesterday_deaths <- get_covid_stats_by_country(yesterday = TRUE, sort = "deaths")
}
Run the code above in your browser using DataLab