altdown 0.0.0.9000
Get started
Reference
Articles
Technical details
Changelog
On this page
Add two numbers
Description
Usage
Arguments
Value
Examples
Add two numbers
Description
Add two numbers
Usage
add
(x, y)
Arguments
x
A numeric value.
y
A numeric value.
Value
The sum of ‘x’ and ‘y’.
Examples
library
(
"altdown"
)
add
(
1
,
2
)
[1] 3