R/LipidMSapp.R

Defines functions LipidMSapp

Documented in LipidMSapp

# LipidMSapp()
#' LipidMS shiny app
#'
#' Interactive UI for LipidMS
#'
#' @examples
#' \dontrun{
#' # example data files can be download from github.com/maialba3/LipidMSv2.0_exampleFiles
#'
#' library(LipidMS)
#' LipidMSapp()
#' }
#'
#' @author M Isabel Alcoriza-Balaguer <maribel_alcoriza@iislafe.es>
LipidMSapp <- function() {
  if (interactive()){
    shiny::runApp(system.file('LipidMSapp', package='LipidMS'))
  }else {
    stop("Only available for interactive sessions")
  }
}
maialba3/LipidMS documentation built on Sept. 6, 2024, 9:07 p.m.