get_covid19_data_info: What Datasets are available from covid19R

Description Usage Arguments Value Examples

View source: R/get_covid19_data_info.R

Description

Returns information about the datasets available from covid19R

Usage

1
2
3
4
5
get_covid19_data_info(
  location_types_filter = NULL,
  spatial_extent_filter = NULL,
  data_types_filter = NULL
)

Arguments

location_types_filter

A vector of location types that you would like to include. Other location types will be removed. Defaults to NULL, and no filtering is done. See get_covid19_controlled_vocab for how to see possible values.

spatial_extent_filter

A vector of spatial extents that you would like to include. Other extents will be removed. Defaults to NULL, and no filtering is done. See get_covid19_controlled_vocab for how to see possible values.

data_types_filter

A vector of data types that you would like to include. Other data types will be removed. Defaults to NULL, and no filtering is done. See get_covid19_controlled_vocab for how to see possible values.

Value

A tibble listing what datasets are available, and additional information about them.

Examples

1

Covid19R/covid19R documentation built on July 26, 2020, 12:38 p.m.