FUNCTION_DESCRIPTION
set_runapp_args( obj, appDir = getwd(), test_port = httpuv::randomPort(), test_path = tempdir(), test_ip = getOption("shiny.host", "127.0.0.1") )
| obj | PARAM_DESCRIPTION |
|---|---|
| appDir | PARAM_DESCRIPTION, Default: getwd() |
| test_port | PARAM_DESCRIPTION, Default: httpuv::randomPort() |
| test_path | PARAM_DESCRIPTION, Default: tempdir() |
| test_ip | The IPv4 address that the application should listen on. |
OUTPUT_DESCRIPTION
DETAILS