Rdocumentation
powered by
Learn R Programming
rlp (version 0.0.3)
add_one: A cool function
Description
Well, not really cool. Just add 1 to x.
Usage
add_one(x)
Arguments
x
a numeric vector
Examples
Run this code
add_one(
1
)
add_one(
1
:
10
)
Run the code above in your browser using
DataLab