R/myfunction.R

# Functions to calculate the sum of two numbers
# Arguments a and b are numeric.
# sum of arguments was returned.

mysum<-function(a,b)
{
  return(a+b)
}
Veera1789/myfirstRPackage documentation built on May 9, 2019, 9:43 p.m.