getCommercialPaperOutstandingOld: Extract the commercial paper outstanding (old) data.

Description Usage Arguments Value See Also Examples

View source: R/fetch.R

Description

Extracts the commercial paper outstanding (old) series from the commercial paper data set.

Usage

1
getCommercialPaperOutstandingOld(cp, progressBar = "none")

Arguments

cp

commercial paper data as retrieved by getCommercialPaper().

progressBar

optional progress bar for llply progress monitoring, default none; see plyr::create_progress_bar.

Value

Returns a list containing data frame for each series, class usfrbcpw.

See Also

getCommercialPaper, getCommercialPaperRates, getCommercialPaperRatesOld, getCommercialPaperVolumes, getCommercialPaperOutstanding, getCommercialPaperYearend, mergeSeries

Examples

1
2
3
cp <- getCommercialPaper()
outstanding <- getCommercialPaperOutstandingOld(cp,"text")
summary(outstanding)

mrbcuda/usfrbcp documentation built on May 23, 2019, 7:14 a.m.