combine_vectors: Element-wise combination of two vectors

View source: R/utils.R

combine_vectorsR Documentation

Element-wise combination of two vectors

Description

Element-wise combination of two vectors

Usage

combine_vectors(x, y)

Arguments

x

(vector)
first vector to combine.

y

(vector)
second vector to combine.

Value

A list where each element combines corresponding elements of x and y.

Examples

combine_vectors(1:3, 4:6)


tern documentation built on June 22, 2024, 10:25 a.m.