get_metrics_tables: Create metrics tables

Description Usage Arguments Value Examples

View source: R/get_metrics_tables.R

Description

Create metrics tables

Usage

1
2
3
4
5
6
get_metrics_tables(
  seed = 46342,
  top20 = NULL,
  corr_check = FALSE,
  inc_days = 3
)

Arguments

seed

set seed

top20

Vector of state abbreviations for top 20 table

corr_check

Check for data corrections of X-times magnitude. Default is TRUE

inc_days

Number of days from infection to symptoms

Value

Creates metrics tables for use in covind19.org

Examples

1
2
3
4
5
6
## Not run: 
tabs   <- get_metrics_tables()

tabs$full

## End(Not run)

maxsal/covid19india documentation built on Jan. 28, 2022, 8:33 p.m.