pseq {sdtm.oak} | R Documentation |
Parallel sequence generation
Description
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.
Usage
pseq(from, to)
Arguments
from |
An integer vector. The starting value(s) of the sequence(s). |
to |
An integer vector. The ending value(s) of the sequence(s). |
Value
An integer vector.
[Package sdtm.oak version 0.1.1 Index]