Description Usage Arguments Value Examples
View source: R/get_covid19_dataset.R
Fetches a chosen tidy dataset from the covid19R catalogue
1 | get_covid19_dataset(dataset)
|
dataset |
The name of the dataset from |
a tibble of data
1 2 3 | nytimes_states <- get_covid19_dataset("covid19nytimes_states")
tail(nytimes_states)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.