open_bg_shinyapp {gptstudio} | R Documentation |
Open browser to local Shiny app
Description
This function takes in the host and port of a local Shiny app and opens the app in the default browser.
Usage
open_bg_shinyapp(host, port)
Arguments
host |
A character string representing the IP address or domain name of the server where the Shiny app is hosted. |
port |
An integer representing the port number on which the Shiny app is hosted. |
Value
None (opens the Shiny app in the viewer pane or browser window)
[Package gptstudio version 0.4.0 Index]