fredr_endpoints {fredr} | R Documentation |
List of available FRED API endpoints.
Description
List of available FRED API endpoints.
Usage
fredr_endpoints
Format
A tibble
with 31 rows and 3 variables:
- endpoint
endpoint name (e.g. "fred/category", "fredr/series/observations", "fredr/tags"). This name can be supplied to the
endpoint
parameter infredr_docs()
to open the FRED API endpoint documentation in a web browser.- type
endpoint type (e.g. "Categories", "Releases", "Series", "Sources", and "Tags".)
- note
endpoint details
API Documentation
See Also
[Package fredr version 2.1.0 Index]