add_days_since_limit: Add a column of the days since some limit of cumulative cases...

Description Usage Arguments Value

View source: R/country-over-limit.R

Description

Add a column of the days since some limit of cumulative cases is reached

Usage

1
add_days_since_limit(covid_data, limit = 100)

Arguments

covid_data

covid19 data

limit

limit for flagging

Value

data.frame with extra column, "days_since_limit", which contains the number of days since the cumulative cases reached 100.


CBDRH/covidrecon documentation built on May 27, 2020, 9:41 a.m.