get_metrics_tables {covid19india}R Documentation

Create metrics tables

Description

Create metrics tables

Usage

get_metrics_tables(seed = 46342, top20 = NULL, corr_check = TRUE)

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

Value

Creates metrics tables for use in covind19.org

Examples

## Not run: 
tabs   <- get_metrics_tables()

tabs$full

## End(Not run)

[Package covid19india version 0.1.4 Index]