R/usfrbcp-package.R

#' @title Fetch Commercial Paper Data History
#' @description Fetches the US Federal Reserve Bank's commercial paper history and provides
#' transforms into data frames.
#' @details Downloads the US Federal Reserve Bank's commercial paper rate, volume, and 
#' outstanding history in its original XML format, then translates that into 
#' several data frames with data series as columns and dates as row names. 
#' @author Matt Barry \email{mrb@@softisms.com}
#' @references US Federal Reserve Bank resource web site 
#' \url{http://www.federalreserve.gov/datadownload/}
#' @keywords commercial paper rate volume outstanding
#' @name usfrbcp
#' @docType package
NULL
mrbcuda/usfrbcp documentation built on May 23, 2019, 7:14 a.m.