cvd_external_resource: External resource

View source: R/cvd_api_functions.R

cvd_external_resourceR Documentation

External resource

Description

Returns a list of all external resources

Usage

cvd_external_resource()

Details

CVD Prevent API documentation: External resources

Value

Tibble of details for external resources

See Also

cvd_data_availability()

Examples

# Here we show the first five external resources:
cvd_external_resource() |>
  dplyr::filter(ExternalResourceID < 10) |>
  dplyr::select(ExternalResourceCategory, ExternalResourceSource, ExternalResourceTitle) |>
  dplyr::group_by(ExternalResourceCategory)

cvdprevent documentation built on June 8, 2025, 10:16 a.m.