add: Addition

Description Usage Arguments Value Examples

View source: R/function_add.R

Description

This is a function that performs an addition between two numbers.

Usage

1
add(x, y)

Arguments

x

A number.

y

A number to be added to the first number.

Value

The sum of the two numbers.

Examples

1
add(1,2)

LaurentDV/testpackage documentation built on May 4, 2019, 12:54 a.m.