alias_arithmetic | R Documentation |
Arithmetic wrappers
See base::Arithmetic
add(7, 2) # +
subtract(7, 2) # -
multiply(7, 2) # *
divide(7, 2) # /
raise_power(7, 2) # ^
remainder(7, 2) # %%
divide_int(7, 2) # %/%
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.