GetGUIstatus: Function to get activation status of IsoCorrectoR GUI

Description Usage Value Examples

View source: R/getGUIstatus.R

Description

The function GetGUIstatus can be used in scripts to get the activation status of the IsoCorrectoR GUI (logical, FALSE for closed, TRUE for active). It is required if the GUI is to be started e.g. via a bash script without manually starting an R session.

Usage

1

Value

Returns the activation status of the IsoCorrectoR GUI. FALSE represents closed and TRUE represents active state. Returns NULL if GUI has not been started.

Examples

1
2
3
# this function is never called directly but BiocCheck() requires a runnable example.

status<-GetGUIstatus()

IsoCorrectoRGUI documentation built on Nov. 8, 2020, 5:51 p.m.