add: Addition Function!

Description Usage Arguments Value Examples

View source: R/add.R

Description

This function generates and returns the sum of x and y.

Usage

1
add(x, y)

Arguments

x

This is the first value to add

y

This is the second value to add

Value

Returns the sum of x and y

Examples

1
2
3
4
5
### First you can add small numbers
add(1,1)

### Now you can add big numbers
add(222232, 2234234233)

wevanjohnson/mypackage documentation built on May 25, 2019, 12:44 a.m.