cGroupsWUI: Web User Interface based on Shiny tools.

View source: R/cGroupsWUI.R

cGroupsWUIR Documentation

Web User Interface based on Shiny tools.

Description

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

Usage

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.

See Also

cGroupsGUI, compareGroups, createTable

Examples


## Not run: 

require(compareGroups)

cGroupsWUI()


## End(Not run)


compareGroups documentation built on Oct. 12, 2023, 1:08 a.m.