The interestrates package has a Shiny app to explore the term structure of LIBOR interbank rates. Data is stored as an .rda object.
Click on the link to view the app: http://gregorio-saporito.shinyapps.io/interest-rates
# First install the R package "devtools" if not installed
devtools::install_github('gregorio-saporito/interest-rates')
Load the package
require(interestrates)
The function of the package is runIR()
and is run without arguments.
runIR()