R/add.R

add <- function(input){
	newdata = input + 1 + 2
	return(newdata)
}
xanhuang/RTest documentation built on May 15, 2019, 4:28 p.m.