Learn R Programming

LCMSQA (version 1.0.2)

runQA: Start LC/MS QA application

Description

Runs a 'shiny' application to check the quality of LC/MS experiment. The system's default web browser will be launched automatically after the app is started.

Usage

runQA()

Arguments

Value

This function normally does not return; interrupt R to stop the application (usually by pressing Ctrl + C or ESC)

Examples

Run this code

## Please check the package vignette for details on how to use the app
if (interactive()) {
  runQA()
}

Run the code above in your browser using DataLab