R/call_ShinyLumReader.R

Defines functions call_ShinyLumReader

Documented in call_ShinyLumReader

#' 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')

}

Try the LumReader package in your browser

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

LumReader documentation built on May 29, 2017, 9:33 p.m.