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