knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of actuary package is to support the actuarial workload.
You can install the development version from GitHub with:
# install.packages("devtools") devtools::install_github("zchmielewska/actuary")
This is an example of loading EIOPA RFR curves:
library(actuary) load_RFR("20181231", "Euro") load_RFR("20190331", "Poland", VA = TRUE) load_RFR("20190630", "United States", scenario = "up")
Load VA and other parameters:
library(actuary) load_VA("20181231", "Poland") load_parameter("20181231", country = "Bulgaria", parameter = "UFR")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.