create_tmp_job_script {gptstudio} | R Documentation |
Create a temporary job script
Description
This function creates a temporary R script file that runs the Shiny application from the specified directory with the specified port and host.
Usage
create_tmp_job_script(appDir, port, host)
Arguments
appDir |
The application to run. Should be one of the following:
|
port |
The TCP port that the application should listen on. If the
|
host |
The IPv4 address that the application should listen on. Defaults
to the |
Value
A string containing the path of a temporary job script