pseq {sdtm.oak} | 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.