describe_md | R Documentation |
describe_md
provides a description of the selected variables
in the FRED-MD data set.
describe_md(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 (2015), FRED-MD Updated Appendix. https://s3.amazonaws.com/files.fred.stlouisfed.org/fred-md/Appendix_Tables_Update.pdf
library(fbi)
varnames <- describe_md(c("RPI", "RETAILx"), name.only = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.