R/resta_dos_numeros.R

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