demo/ShinyDiscountCurves.R

## use shiny, if installed to show Shiny App installed with package
if (require("shiny")) {
    library(RQuantLib)
    runApp(system.file("shiny", "DiscountCurve", package="RQuantLib"),
           port=8765
           ## add   host="0.0.0.0"   if access from outside current machine needed
           )
}

Try the RQuantLib package in your browser

Any scripts or data that you put into this service are public.

RQuantLib documentation built on Nov. 27, 2023, 1:07 a.m.