R/testDebuggingPanel.R

Defines functions testDebuggingPanel

Documented in testDebuggingPanel

#' testDebuggingPanel
#'
#' testDebuggingPanel() to test this package.
#'
testDebuggingPanel = function() {
  require(shiny)
  runApp(system.file(package = "shinyDebuggingPanel",
                     "shinyDebuggingPanel"))
}
professorbeautiful/shinyDebuggingPanel documentation built on June 28, 2022, 3:08 p.m.