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")
  }
}

Try the LipidMS package in your browser

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

LipidMS documentation built on March 18, 2022, 7:14 p.m.