FUNCTION_DESCRIPTION

set_runapp_args(
  obj,
  appDir = getwd(),
  test_port = httpuv::randomPort(),
  test_path = tempdir(),
  test_ip = getOption("shiny.host", "127.0.0.1")
)

Arguments

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.

Value

OUTPUT_DESCRIPTION

Details

DETAILS

Examples

if (FALSE) { if(interactive()){ #EXAMPLE1 } }