shiny.exe {shiny.exe} | R Documentation |
shiny.exe
Description
shiny.exe
Usage
shiny.exe(
appName,
port = getOption("shiny.port"),
host = getOption("shiny.host", "127.0.0.1"),
appDir = getwd()
)
Arguments
appName |
the name of you shortcut or application |
port |
see port parameter in shiny::runApp() |
host |
see host parameter in shiny::runApp(). If host = 'public', the application will be launched on the public server to which you are connected. Thus, all other devices connected to the same server will be able to access the application through the link of your IPv4 extended by the port. You can stop the application by leaving the terminal opened by the shortcut. |
appDir |
see host parameter in shiny::runApp() |
Value
character(0)
Examples
## Not run: shiny.exe(appName = "MyApp", host = 'public')
[Package shiny.exe version 0.2.0 Index]