show_summary_stat: Show summary statistics of Covid19 cases

Description Usage Arguments Value Examples

View source: R/show_summary_stat.r

Description

Show summary statistics for the Covid19 cases in BC for the period specified by startDate and endDate (format: YYYY-MM-DD).

Usage

1
show_summary_stat(startDate, endDate)

Arguments

startDate

string The start date of the period (no earlier than '2020-01-29').

endDate

string The end date of the period (no later than today).

Value

A tibble containing summary statistics with the following columns: total_cases_count, latest_date, latest_daily_cases_count, max_date, max_daily_cases_count, min_date, min_daily_cases_count, max_age_group, max_age_group_count, min_age_group, min_age_group_count, max_region, max_region_count, min_region, min_region_count

Examples

1
show_summary_stat("2022-01-01", "2022-01-13")

UBC-MDS/rbccovideda documentation built on Feb. 5, 2022, 8:13 a.m.