powered by
Print eiopa_rfr object in a readable format
# S3 method for eiopa_rfr print(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) # }
Run the code above in your browser using DataLab