addin_mergenchat: Run Mergen Chat

View source: R/addin_mergenchat.R

addin_mergenchatR Documentation

Run Mergen Chat

Description

Run the Mergen Chat Shiny App as a background job and show it in the viewer pane

Usage

addin_mergenchat(host = getOption("shiny.host", "127.0.0.1"))

Arguments

host

The IPv4 address that the application should listen on. Defaults to the shiny.host option, if set, or "127.0.0.1" if not. See Details.

Value

This function has no return value.

Examples

# Call the function as an RStudio addin
if(interactive()){
addin_mergenchat()
}

mergenstudio documentation built on Sept. 11, 2024, 5:17 p.m.