i | R Documentation |
Function to increment a numeric.
i(x, by = 1)
x |
A numeric. |
by |
The value to increment x by. Defaults to 1. |
x<-5
i(x)
After this operation, x == 6.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.