Description Usage Arguments Value Examples
View source: R/get_covid19_data_info.R
Returns information about the datasets available from covid19R
1 2 3 4 5 | get_covid19_data_info(
location_types_filter = NULL,
spatial_extent_filter = NULL,
data_types_filter = NULL
)
|
location_types_filter |
A vector of location types that you would like to include.
Other location types will be removed. Defaults to |
spatial_extent_filter |
A vector of spatial extents that you would like to include.
Other extents will be removed. Defaults to |
data_types_filter |
A vector of data types that you would like to include.
Other data types will be removed. Defaults to |
A tibble listing what datasets are available, and additional information about them.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.