add: Add two numbers together

View source: R/addNumbers.R

addR Documentation

Add two numbers together

Description

Add two numbers together

Usage

add(x, y)

Arguments

x

a number

y

another number

Value

the sum of x y

Note

this example is taken from the roxygen documnetation here: https://cran.r-project.org/web/packages/roxygen2/vignettes/roxygen2.html

Examples

 add(1,1)
 add(10,1)


cmatKhan/demoPackage documentation built on April 23, 2023, 7:14 p.m.