Description Usage Arguments Value Examples
View source: R/preprocess-data.R
Specify the countries to include
1 | specify_countries(corona_data, countries)
|
corona_data |
A dataframe (tibble) imported with 'read_corona' |
countries |
A character vector containing the country names to include |
A data.frame (tibble) with the data of inclueded countries
1 2 3 4 5 6 | ## Not run:
data <- read_corona()
data %>%
specify_countries(c("Italy", "Germany"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.