Description Usage Arguments Value Examples
View source: R/subtract_two_numbers.R
Subtract two numbers
1 | subtract_two_numbers(x, y)
|
x |
A number. |
y |
A number. |
The subtraction of y
from x
.
1 2 | subtract_two_numbers(1, 1)
subtract_two_numbers(10, 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.