pseq: Parallel sequence generation

View source: R/parse_dttm_fmt.R

pseqR 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.


sdtm.oak documentation built on April 3, 2025, 9:37 p.m.