File: ShinyDiscountCurves.R

package info (click to toggle)
rquantlib 0.4.17-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,308 kB
  • sloc: cpp: 3,690; sh: 69; makefile: 6; ansic: 4
file content (9 lines) | stat: -rw-r--r-- 306 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9

## 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
           )
}