Description Usage Arguments Value Examples
View source: R/to-be-deprecated.R
OBSOLETE - VERSION Process the shaped confirmed case data.frame into a Tableau ready format
1 | OLD_process_confirmed_cases(clean_case_df)
|
clean_case_df |
shaped case data produced by |
a Tableau ready data.frame with the following columns:
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.