avail_endpoints: List all available Epidata API endpoints

View source: R/avail_endpoints.R

avail_endpointsR Documentation

List all available Epidata API endpoints

Description

Fetches a data frame of all Epidata API endpoints that can be accessed using this package, with a brief description.

Usage

avail_endpoints()

Value

A tibble::tibble of endpoints, with two columns:

Endpoint

Name of the function for accessing this API endpoint.

Description

One-sentence description of the data available at the endpoint.

Examples

avail_endpoints()

epidatr documentation built on June 22, 2024, 9:15 a.m.