add: Returns the sum of two numbers

Description Usage Arguments Value Examples

View source: R/add.R

Description

Returns the sum of two numbers

Usage

1
add(a, b)

Arguments

a

Number one.

b

Number two.

Value

Sum of two number.

Examples

1
2
library(rPackageTutorial)
add(1, 2)

Bolin-Wu/rPackageTutorial documentation built on Dec. 17, 2021, 11:52 a.m.