| tidycovid19_variable_definitions | R Documentation |
tidycovid19 Merged Data FrameList variable definitions and data sources for the data frame
created by download_merged_data().
Merge with data(tidycovid19_data_sources) to get full information
for each variable, including description of data source and link to URL.
data(tidycovid19_variable_definitions)
An object of class "data.frame".
vd <- tidycovid19_variable_definitions
ds <- tidycovid19_data_sources
data_info <- dplyr::left_join(vd, ds, by = c(var_source = "id"))
print(data_info)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.