Description Usage Arguments Details Value
This is a safer version of base::seq(). In particular, it avoids
creating backwards sequences, unless the by parameter is
explicitly negative.
1 2 3 |
from |
Start of sequence. |
to |
End of sequence. |
by |
Step size. Can be negative, and then |
%:% is the operator version of myseq.
An integer vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.