ustfd_datasets {ustfd} | R Documentation |
Return a table of supported and known datasets
Description
ustfd_datasets
provides details about 34 known datasets for Fiscal Data.
A data frame with 34 rows and the following 7 columns:
-
dataset
- ID of the source dataset (natural key) -
name
- name of the source dataset -
summary_text
- description of the data set and the data it covers -
earliest_date
- the date of the earliest record available for this table -
data_start_year
- first year in the data set -
update_frequency
- "Daily", "Monthly", "Quarterly", "Semi-Annually", "Annually", "As Needed", "Daily (Discontinued)", "Monthly (Discontinued)" -
notes_and_known_limitations
- notes about
Usage
ustfd_datasets()
Value
tibble
Source
https://fiscaldata.treasury.gov/api-documentation/#list-of-endpoints
See Also
Other ustfd_user:
endpoint_exists()
,
ustfd_all_pages()
,
ustfd_query()
,
ustfd_simple()
,
ustfd_table_columns()
,
ustfd_tables()
Examples
library(ustfd)
ustfd_datasets()