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)