library(Rgogo)
library(MortTables.CA)
library(LTPricing)
job <- Job.PremSolver(
inpVars = list(Plan.LT20, Plan.LT65),
dispatcher = function(plan) {return(Model.LTPricing)},
exportToRda = TRUE,
exportToExcel = "export/LTPremTables.xlsx"
)
Run(job)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.