ustfd_datasets: Return a table of supported and known datasets

View source: R/ustfd_endpoints.R

ustfd_datasetsR 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()




ustfd documentation built on Nov. 8, 2023, 1:07 a.m.