Learn R Programming

gptstudio (version 0.4.0)

open_bg_shinyapp: 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)

Value

None (opens the Shiny app in the viewer pane or browser window)

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.