inst/app-visualize/logic/logic_exit_button.R

# Exit ---------------------------------------------------------------
observe({
    if (isTRUE(input$mainpage == "exit")) {
    stopApp()
  }
})

Try the xplorerr package in your browser

Any scripts or data that you put into this service are public.

xplorerr documentation built on May 21, 2021, 9:08 a.m.