R/new_test.R

Defines functions test

Documented in test

test <- function(x=10) {
	cat("This is x",x)
	x + 2
}
Bioconductor/biocbranchrename documentation built on Dec. 17, 2021, 10:55 a.m.