mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-08 22:48:21 -05:00
7 lines
114 B
R
7 lines
114 B
R
library(shiny)
|
|
|
|
op <- options(shiny.port = httpuv::randomPort())
|
|
onStop(function() { options(op) })
|
|
|
|
stop("boom")
|