View source: R/mutator-numeric.R
| numeric_decrement | R Documentation |
Replaces every numeric literal n with n - by.
Handles both integer (e.g. 5L) and floating-point (e.g. 3.14) literals.
numeric_decrement(by = 1)
by |
The amount to subtract. Defaults to |
A Mutator object.
numeric_decrement()
numeric_decrement(by = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.