# 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")
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.