shiny.exe | R Documentation |
shiny.exe
shiny.exe(
appName,
port = getOption("shiny.port"),
host = getOption("shiny.host", "127.0.0.1"),
appDir = getwd()
)
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() |
character(0)
## Not run: shiny.exe(appName = "MyApp", host = 'public')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.