Description Usage Arguments Value Examples
View source: R/calculate_stat_summary.R
Create summary information about the covid in each province of Canada
1 | calculate_stat_summary(df, column)
|
df |
data.frame containing covid data to summarize |
column |
the column name to summarize |
data.frame containing summary information.
1 2 | df <- get_covid_data()
calculate_stat_summary(df,'cases')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.