enriched_jhu_data | R Documentation |
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.
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
.
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.