This function opens a web browser with a graphical interface based on shiny package.

cGroupsWUI(port = 8102L)

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) {

require(compareGroups)

cGroupsWUI()

}