interleave: Interleave two vectors.

Description Usage Arguments Value Examples

View source: R/dataUtil.R

Description

Interleave two vectors.

Usage

1
interleave(a, b)

Arguments

a

the first list

b

the second list

Value

a vector containing a[1], b[1], a[2], b[2] and so on

Examples

1
interleave(1:10, 1:10)

cwolk/ShinyConc documentation built on April 9, 2021, 1:43 p.m.