View source: R/addin_mergenchat.R
addin_mergenchat | R Documentation |
Run the Mergen Chat Shiny App as a background job and show it in the viewer pane
addin_mergenchat(host = getOption("shiny.host", "127.0.0.1"))
host |
The IPv4 address that the application should listen on. Defaults
to the |
This function has no return value.
# Call the function as an RStudio addin
if(interactive()){
addin_mergenchat()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.