add_two_nums | R Documentation |
A sample function that adds two inputs
add_two_nums(x, y)
x |
a number |
y |
a number |
the sum of x and y
## Not run: add_two_nums(3,4) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.