getEasingData: Get credit easing data.

Description Usage Arguments Details Value Note References See Also Examples

Description

Downloads Cleveland FRB credit easing policy tool data.

Usage

1
getEasingData(id = NA, startDate = "012007", endDate = "122100")

Arguments

id

the query type identifier code as specified by the FRB data site, default NA

startDate

the desired start month and year number in MMYYYY format, default 012007

endDate

the desired end month and year number in MMYYYY format, default 122100 for all available data

Details

Forms a query using the given id and submits the query to the data site, thereby downloading the requested data in CSV format. Transforms the CSV into a data frame, transforms the character date into Date objects, and then an xts object.

Value

A list of class easing containing query items and xts result.

List of class type easing containing xts time history object df, query start date startDate, query stop date stopDate, plot colors array colors, plot main title main, and plot y-axis label ylab.

Note

Meant for internal use by the other, more specific, query functions.

References

http://www.clevelandfed.org/research/data/credit_easing/index.cfm

See Also

getEasingSummary getEasingDetails getEasingLending getEasingCreditDepository getEasingCreditExtensions getEasingProvidingLiquidity getEasingMaidenLane getEasingTraditionalHoldings getEasingAgencyDebt getEasingLongTermPurchases

Examples

1
2
3
4
## Not run: 
getEasingData(id=1)

## End(Not run)

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