R/new_test.R

Defines functions test

Documented in test

test <- function(x=10) {
	cat("This is x",x)
	x + 2
}
Bioconductor/spbtest3 documentation built on July 2, 2022, 1:53 a.m.