Description Usage Arguments Value See Also Examples
seq1 is similar to seq, however by is strictly 1 by default and integer(0) is returned if the range is empty.
1 |
from, to, by |
see |
seq1 returns either integer(0) if range is empty or what an appropriate call to seq returns otherwise.
See examples below.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.