R/my_add.R

Defines functions my_add

my_add = function(x,y){

  x+y  ##some note
}
cautree/qa documentation built on April 9, 2023, 12:20 a.m.