describe_qd | R Documentation |
describe_qd
provides a description of the selected variables
in the FRED-QD data set.
describe_qd(varname, name.only = TRUE)
varname |
string or a vector strings of the FRED variable name,
such as |
name.only |
logical. If |
a vector of variable names, or a data frame with detailed descriptions.
Yankang (Bennie) Chen <yankang.chen@yale.edu>
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
library(fbi)
varnames <- describe_qd(c("GDPC1", "Y033RC1Q027SBEAx"), name.only = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.