add: Add together two numbers.

Description Usage Arguments Value Examples

View source: R/function.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
add(1, 1)
add(10, 1)

Bettinapy/myfirstpackage documentation built on May 3, 2020, 1:35 p.m.