Nothing
## ----setup, echo = FALSE, message=FALSE---------------------------------------
knitr::opts_chunk$set(collapse = TRUE, comment = "#>")
library(knitr)
library(kableExtra)
library(LifeInsureR)
library(dplyr)
library(tibble)
library(lubridate)
library(pander)
## ----CalculatePortfolio,echo=TRUE,eval=FALSE----------------------------------
# results = NULL;
# results = calculate_portfolio(bestandinfos.all,
# tarif = c("ProdName1", "ProdName2"), GV = c("123"), debug =TRUE)
# openxlsx::write.xlsx(results, outfile("Prods-1-2"),
# asTable = TRUE, overwrite = TRUE, sheetName = "Vergleichsrechnung")
# openXL(outfile("Prods-1-2"))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.