R/suma.R

Defines functions suma

#' @export
suma <- function(uno,dos){
  return(uno + dos)
}
glalcala/ejercicio4 documentation built on May 28, 2019, 8:53 p.m.