CombineSequencedCases | R Documentation |
Create a combined dataframe of sequenced cases and confirmed cases
CombineSequencedCases(
cases_sequenced,
confirmed_long,
prune_oversequenced = TRUE,
month.min = NULL,
month.max = NULL,
max.percent = 100
)
cases_sequenced |
A long dataframe of per state sequenced cases |
prune_oversequenced |
Whether to round of percentages above 100 to 100. Default is TRUE |
cases_total |
A long dataframe of total monthly cases |
a combined dataframe with case load and sequenced
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.