open_bg_shinyapp: Open browser to local Shiny app

View source: R/addin_chatgpt.R

open_bg_shinyappR 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)


gptstudio documentation built on May 29, 2024, 12:30 p.m.