Description Usage Arguments Value Examples
Function table_filter()
can create a table after filtering of daily cases of COVID-19
1 | table_filter(data, country, type, date)
|
data |
The data used to create the table |
country |
The country that you want to exlpore |
type |
The type of the case |
date |
THe date used to observe |
A table after filtering of daily cases of COVID-19
1 2 3 4 | ## Not run:
table_filter(covid_19_data,"China","deaths","2020-08-23")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.