This function gives the user a stacked barchart plotly after performing dplyr::filtering in the dataset CovidData

plot_cases(covid_stat, label, title, country_compare)

Arguments

covid_stat

this is a description

label

this is a description

title

this is a description

country_compare

this is a description

Value

a plot using plotly and ggplot

Examples

plot_cases(covid_stat = 'total_deaths_per_million', label = 'Date: %s\nCountry: %s\nDeaths: %s', title = 'Accumulated Deaths per Million', country_compare = input$country_compare)
#> <shiny.render.function>