View source: R/AddTwoIntegers.R
AddTwoIntegers | R Documentation |
Adds two integers
AddTwoIntegers(.integer_one, .integer_two)
.integer_one |
First integer to add |
.integer_two |
Second integer to add |
An integer, the sum of the inputs
AddTwoIntegers(13,17)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.