runLDAShiny: Shiny UI for LDAShiny package

Description Usage Arguments Value Examples

View source: R/runLDAShiny.R

Description

Shiny UI for LDAShiny package

Usage

1
runLDAShiny(host = "127.0.0.1", port = NULL, launch.browser = TRUE)

Arguments

host

The IPv4 address that the application should listen on. Defaults to the shiny.host option, if set, or "127.0.0.1" if not.

port

is the TCP port that the application should listen on. If the port is not specified, and the shiny.port option is set (with options(shiny.port = XX)), then that port will be used. Otherwise, use a random port.

launch.browser

If true, the system's default web browser will be launched automatically after the app is started. Defaults to true in interactive sessions only. This value of this parameter can also be a function to call with the application's URL.

Value

No return value,just start the GUI

Examples

1
2
3
if (interactive()) {
runLDAShiny()
}

LDAShiny documentation built on March 29, 2021, 5:09 p.m.