print.eiopa_rfr {eiopaR} | R Documentation |
Print eiopa_rfr object
Description
Print eiopa_rfr object in a readable format
Usage
## S3 method for class 'eiopa_rfr'
print(x, ...)
Arguments
x |
a response from the API |
... |
further arguments passed to or from other methods. |
Value
An instance of class "eiopa_rfr". It is a list with at least the following components:
- data
a data.frame containing the risk-free rate curves.
- metadata
a data.frame containing metadata about the risk-free rate curves.
Examples
## Not run:
resp <- get_rfr_with_va("FR", 2019, 11)
print(resp)
## End(Not run)
[Package eiopaR version 0.1.1 Index]