View source: R/parse_dttm_fmt.R
| pseq | R Documentation |
pseq() is similar to seq() but conveniently accepts integer vectors as
inputs to from and to, allowing for parallel generation of sequences.
The result is the union of the generated sequences.
pseq(from, to)
from |
An integer vector. The starting value(s) of the sequence(s). |
to |
An integer vector. The ending value(s) of the sequence(s). |
An integer vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.