R/runrealtime.R

#' @title runrealtime
#'
#' @description function to launch Shiny app realtime
#'
#' @export
runrealtime <- function() {
  shiny::runApp(system.file('realtime', package='srms'))
}
kimjam/srms documentation built on May 20, 2019, 10:21 p.m.