print.eiopa_rfr: Print eiopa_rfr object

Description Usage Arguments Value Examples

View source: R/eiopaR.R

Description

Print eiopa_rfr object in a readable format

Usage

1
2
## 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

1
2
3
4
5
## Not run: 
resp <- get_rfr_with_va("FR", 2019, 11)
print(resp)

## End(Not run)

eiopaR documentation built on May 31, 2021, 9:10 a.m.