rundemo {binovisualfields} | R Documentation |
Runs shiny applications included in the package
Description
rundemo(demo)
runs a shiny application provided in the package
Usage
rundemo(demo)
Arguments
demo |
A shiny application name. There are two applications i.e., "app", "app2" included in the package |
Value
the called shiny application in a new browser
Examples
## Not run:
rundemo("app2.R")
## End(Not run)
[Package binovisualfields version 0.1.1 Index]