cGroupsWUI {compareGroups} | R 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 |
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)
[Package compareGroups version 4.8.0 Index]