shim_colon | R Documentation |
:
This version of :
throws an error if from
is positive and to
is
zero, to make the error more obvious if you've used 1:length(x)
instead
of seq_along()
shim_colon(from, to)
from , to |
Passed on to |
x <- numeric()
seq_along(x)
lax(1:length(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.