add: Add together two numbers.

Description Usage Arguments Value Examples

View source: R/hello.R

Description

Add together two numbers.

Usage

1
add(x, y)

Arguments

x

A number.

y

A number.

Value

The sum of x and y.

Examples

1
2
3
add(1, 1)
add(10, 11)
add(3,47)

mbeccuti/Prova documentation built on May 20, 2019, 5:26 p.m.