Skip to contents

Add two numbers

Usage

add_numbers(x, y)

Arguments

x

A number

y

A number

Value

The sum of x and y

Examples

add_numbers(1, 2)
#> [1] 3