powered by
Returns a tibble with metadata for all datasets included in the trendseries package.
list_datasets()
A tibble with the following columns:
Dataset name
Brief description of the dataset
Data frequency (D = daily, M = monthly, Q = quarterly)
Number of observations
First observation date
Last observation date
Main value column(s) in the dataset
Data source
# List all available datasets list_datasets() # Filter for monthly data list_datasets() |> dplyr::filter(frequency == "M")
Run the code above in your browser using DataLab