Learn R Programming

ustfd (version 0.4.4)

ustfd_datasets: 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()

Arguments

Value

tibble

See Also

Other ustfd_user: endpoint_exists(), ustfd_all_pages(), ustfd_query(), ustfd_simple(), ustfd_table_columns(), ustfd_tables()

Examples

Run this code
library(ustfd)
ustfd_datasets()



Run the code above in your browser using DataLab