specify_countries: Specify the countries to include

Description Usage Arguments Value Examples

View source: R/preprocess-data.R

Description

Specify the countries to include

Usage

1

Arguments

corona_data

A dataframe (tibble) imported with 'read_corona'

countries

A character vector containing the country names to include

Value

A data.frame (tibble) with the data of inclueded countries

Examples

1
2
3
4
5
6
## Not run: 
data <- read_corona()
data %>%
 specify_countries(c("Italy", "Germany"))

## End(Not run)

jnshsrs/corona documentation built on April 9, 2020, 11:10 p.m.