add: Add together two numbers

Description Usage Arguments Details Value Examples

View source: R/example.R

Description

This function adds together two numbers specified as x and y

Usage

1
add(x, y)

Arguments

x

number

y

number

Details

Since this function is not too complicated, thera re not many details to mention here.

Value

The sum of x and y

Examples

1
2
add(1,0)
add(10,1)

irisweyermenkhoff/toyota-idv-functions documentation built on March 4, 2020, 9:57 a.m.