avail_endpoints {epidatr} | R 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()
[Package epidatr version 1.2.0 Index]