Description Usage Arguments Details Value Note References See Also Examples
Downloads Cleveland FRB credit easing policy tool data.
1 | getEasingData(id = NA, startDate = "012007", endDate = "122100")
|
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 |
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.
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.
Meant for internal use by the other, more specific, query functions.
http://www.clevelandfed.org/research/data/credit_easing/index.cfm
getEasingSummary getEasingDetails getEasingLending getEasingCreditDepository getEasingCreditExtensions getEasingProvidingLiquidity getEasingMaidenLane getEasingTraditionalHoldings getEasingAgencyDebt getEasingLongTermPurchases
1 2 3 4 | ## Not run:
getEasingData(id=1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.