View source: R/cvd_api_functions.R
cvd_external_resource | R Documentation |
Returns a list of all external resources
cvd_external_resource()
CVD Prevent API documentation: External resources
Tibble of details for external resources
cvd_data_availability()
# Here we show the first five external resources:
cvd_external_resource() |>
dplyr::filter(ExternalResourceID < 10) |>
dplyr::select(ExternalResourceCategory, ExternalResourceSource, ExternalResourceTitle) |>
dplyr::group_by(ExternalResourceCategory)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.