View source: R/addin_chatgpt.R
run_app_as_bg_job | R Documentation |
This function runs an R Shiny app as a background job using the specified directory, name, host, and port.
run_app_as_bg_job(appDir = ".", job_name, host, port)
appDir |
The application to run. Should be one of the following:
|
job_name |
The name of the background job to be created |
host |
The IPv4 address that the application should listen on. Defaults
to the |
port |
The TCP port that the application should listen on. If the
|
This function returns nothing because is meant to run an app as a side effect.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.