R/my_add.R

Defines functions my_add

my_add = function(x,y){

  x+y  ##some note
}
cautree/qa2 documentation built on April 16, 2023, 7:23 p.m.