Web User Interface based on Shiny tools.
cGroupsWUI.Rd
This function opens a web browser with a graphical interface based on shiny package.
Arguments
- port
integer. Same as 'port' argument of
runApp
. Default value is 8102L.
Note
If an error occurs when launching the web browser, it may be solved by changing the port number.
Examples
if (FALSE) { # \dontrun{
require(compareGroups)
cGroupsWUI()
} # }