Description Usage Arguments Value Examples
View source: R/count_metrics.R
Process the shaped confirmed case data.frame into a Tableau ready format
1 | process_confirmed_cases(case_df)
|
case_df |
Confirmed case data.frame (e.g. produced by pull_histTable) |
a Tableau ready data.frame with the following columns:
Date cases were confirmed
ID code for geographic unit (FIPS for county and state)
Name of geographic unit (county, state, HERC region)
Are row values summary or daily values
Count of confirmed cases for period
see score_burden
see score_trajectory
see class_burden
see class_trajectory
see confirmed_case_composite
see pval_trajectory
see fdr_trajectory
1 2 3 4 5 | library(dplyr)
output <- pull_histTable() %>%
shape_case_data() %>%
process_confirmed_cases()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.