plot_cases: plot_cases Function

Description Usage Arguments Value Examples

View source: R/plot_cases.R

Description

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

Usage

1
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

1
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)

etc5523-2020/r-package-assessment-alangewerc documentation built on Jan. 1, 2021, 1:11 a.m.