R/call_ShinyLumReader.R

#' ShinyLumReader application
#'
#' This function calls the 'shinyLumReader' application.
#'
#'
#' @author David Strebler, University of Cologne (Germany).
#'
#' @examples
#' \dontrun{
#' call_ShinyLumReader()
#' }
#' @export call_ShinyLumReader

call_ShinyLumReader <- function(){

  appDir <- system.file("shinyLumReader", package = "LumReader")

  shiny::runApp(appDir,display.mode = 'normal')

}
dstreble/LumReader documentation built on May 15, 2019, 4:50 p.m.