Files
shiny/tests/test-helpers/app7-port/wrapped2.R
2021-08-19 18:06:43 -04:00

7 lines
127 B
R

shinyAppFile(
"wrapped.R",
options = list(
port = as.numeric(Sys.getenv("SHINY_TESTTHAT_PORT_WRAPPED2", "8080"))
)
)