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