intersperse: Intersperse elements of Two+ Vectors

Description Usage Arguments Value Author(s) Examples

Description

Intersperse elements of two+ vectors Given two vectors (one of length i, the other of length j), intersperse will combine the elements of each vector into strings of length i X j, where each element is the concatenation of the elements of the two vectors. See examples.

Usage

1

Arguments

...

the vectors the user wishes to intersperse

Value

a vector of length i X j, containing the interspersed vectors as strings

Author(s)

Dustin Fife

Examples

1
intersperse(LETTERS[1:3], 1:3)

vagnerfonseca/fifer documentation built on May 3, 2019, 4:06 p.m.