View source: R/addin_chatgpt.R
create_tmp_job_script | R Documentation |
This function creates a temporary R script file that runs the Shiny application from the specified directory with the specified port and host.
create_tmp_job_script(appDir, port, host)
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 |
A string containing the path of a temporary job script
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.