R/stopper.R

Defines functions stopper

stopper <- function(..., v = TRUE) {
    msg <- paste(...)
    if (v) {
        stop(msg)
    }
}
neurogenomics/MAGMA_Celltyping documentation built on May 19, 2024, 7:33 p.m.