View source: R/mutator-numeric.R
| numeric_increment | 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_increment(by = 1)
by |
The amount to add. Defaults to |
A Mutator object.
numeric_increment()
numeric_increment(by = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.