R/utils.R

Defines functions newfun whoami

Documented in newfun whoami

whoami <- function() {
    print("spbtest3!")
}

newfun <- function(){

    vl = c(TRUE, FALSE)
    if (vl){
        print("HAHA")
    }
    
}
Bioconductor/spbtest4 documentation built on March 21, 2022, 4:28 p.m.