inst/application/panel3.R

panel3 <- function(input, output, session, arg) {
    observe({
        if (arg() == "Stop") {
            stopApp()
        }
    })
    
}

Try the FastqCleaner package in your browser

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

FastqCleaner documentation built on Nov. 8, 2020, 5:05 p.m.