add: Add together two numbers

Description Usage Arguments Details Value Warning See Also Examples

View source: R/add.R

Description

This is more detailed description.

Usage

1
add(x, y)

Arguments

x

A number

y

A number

Details

this is again another level of detail.

Value

The sum of x and y.

Warning

Do not use strings as input for x or y .

See Also

prod for products. Or in this link http://en.wikipedia.org/wiki/Integer_overflow.

Examples

1
2
3
4
5
6
add(1, 1)
add(10, 1)
## Not run: 
add(a, b)

## End(Not run)

liuyishen418/mypkg documentation built on Nov. 4, 2019, 4:35 p.m.