Skip to contents

Allows running shiny application with nprcgenekeepr::runGeneKeepR()

Usage

runGeneKeepR()

Value

Returns the error condition of the Shiny application when it terminates.

Examples

if (interactive()) {
library(nprcgenekeepr)
runGeneKeepR()
}