Description Usage Arguments Value Examples
The purpose of this function is to enrich the JHU dataset with additional country-level metadata and then get the data into a form that can be easily written to excel or used as a "wide-format" tabular dataset.
1 | enriched_jhu_data(cols_to_remove = .cols_to_remove, warn = FALSE)
|
cols_to_remove |
a character vector of column names from
|
warn |
logical(1) defaults to FALSE, sent to |
A list of three data.frames
named deaths
, confirmed
,
and recovered
.
1 2 3 4 5 | res = enriched_jhu_data()
colnames(res)
library(dplyr)
head(res)
dplyr::glimpse(res)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.