getCommercialPaperYearend: Extract the commercial paper outstanding year end data.

Description Usage Arguments Value See Also Examples

View source: R/fetch.R

Description

Extracts the commercial paper year end series from the commercial paper data set.

Usage

1
getCommercialPaperYearend(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 usfrbcpy.

See Also

getCommercialPaper, getCommercialPaperRates, getCommercialPaperRatesOld, getCommercialPaperVolumes, getCommercialPaperOutstanding, getCommercialPaperOutstandingOld, mergeSeries

Examples

1
2
3
cp <- getCommercialPaper()
yearend <- getCommercialPaperYearend(cp,"text")
summary(yearend)

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