run_app_as_bg_job {gptstudio} | R Documentation |
Run an R Shiny app in the background
Description
This function runs an R Shiny app as a background job using the specified directory, name, host, and port.
Usage
run_app_as_bg_job(appDir = ".", job_name, host, port)
Arguments
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
|
Value
This function returns nothing because is meant to run an app as a side effect.