ALL THESE FUNCTIONS WILL BE AVAILABLE IN https://github.com/Techtonique/esgtoolkit, AND THIS REPO WILL BE DELETED.
Yield curve interpolation and extrapolation
# Enable universe(s) by techtonique
options(repos = c(
techtonique = 'https://techtonique.r-universe.dev',
CRAN = 'https://cloud.r-project.org'))
# Install some packages
install.packages('ycinterextra')
Or
devtools::install_github("Techtonique/ycinterextra")
library(ycinterextra)
?ycinterextra::ycinter
?ycinterextra::ycextra
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.