R/f.R

# this is my function
f <- function(x){
  print("this is the function that you wrote")
  print(x + 8 )
  return(x + 8)
}
geo7/ptest documentation built on May 3, 2019, 8:36 p.m.