describe_qd: Describe selected variables in the FRED-QD Data Set

View source: R/describe_qd.R

describe_qdR Documentation

Describe selected variables in the FRED-QD Data Set

Description

describe_qd provides a description of the selected variables in the FRED-QD data set.

Usage

describe_qd(varname, name.only = TRUE)

Arguments

varname

string or a vector strings of the FRED variable name, such as GDPC1.

name.only

logical. If TRUE, return a dataframe with variable names and types of transformation only; if FALSE, return a dataframe with more details.

Value

a vector of variable names, or a data frame with detailed descriptions.

Author(s)

Yankang (Bennie) Chen <yankang.chen@yale.edu>

References

Michael W. McCracken and Serena Ng (2020), FRED-QD Updated Appendix. https://s3.amazonaws.com/files.fred.stlouisfed.org/fred-md/FRED-QD_appendix.pdf

Examples

library(fbi)
varnames <- describe_qd(c("GDPC1", "Y033RC1Q027SBEAx"), name.only = TRUE)

cykbennie/fbi documentation built on Jan. 24, 2025, 5:59 p.m.