Add two numbers

Description

Add two numbers

Usage

add(x, y)

Arguments

x A numeric value.
y A numeric value.

Value

The sum of ‘x’ and ‘y’.

Examples

library("altdown")

add(1, 2)
[1] 3