Skip to contents

Function to add two numbers

Usage

add(x, y)

Arguments

x

An integer/float.

y

An integer/float.

Value

z Addition of the two numbers

Examples

add(5, 4)
#> [1] 9