Description Usage Arguments Value Note Examples
eq_country_filter()
returns
the data specifically for called countries
,
in the timeline from xmin
to xmax
1 | eq_country_filter(data, countries, xmin, xmax)
|
data |
A data frame with relevant columns |
countries |
A character vectors with the names of considered countries |
xmin |
The beginning of considered timeline, as a date object |
xmax |
The ending of considered timeline, as a date object |
A subset of the inputed data frame
The xmin
and xmax
must be date object
(see: lubridate::ymd()
)
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.