get_r_est {covid19india}R Documentation

Helper function for pulling latest R estimates

Description

Helper function for pulling latest R estimates

Usage

get_r_est(x)

Arguments

x

data set containing R estimates

Value

Pulls 7-day trailing average R estimates and 95% confidence intervals

Examples

## Not run: 
get_r_est(x = get_all_data())

## End(Not run)

[Package covid19india version 0.1.4 Index]