add: Add together any two numbers.

Description Usage Arguments Value Examples

View source: R/add.R

Description

Add together any two numbers.

Usage

1
add(x, y)

Arguments

x

A number.

y

A number.

Value

The sum of x and y.

Examples

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

macdalmore/rpackagetest documentation built on May 25, 2019, 9:33 p.m.