R/suma_dos_numeros.R

suma.dos.numeros <- function(a,b){
  return (a+b)
}
GaryPlayerr/rpackage documentation built on May 26, 2019, 3:31 p.m.