knitr::opts_chunk$set(collapse=TRUE)

Overview

mytest <- function(x=2){

    if (c(1,2,3) %in% x){
        # should produce error
        x + 4
    }
}
mytest()

# same code in 
library(spbtest3)
test8()


Bioconductor/biocbranchrename documentation built on Dec. 17, 2021, 10:55 a.m.