combine: Combine a list of vectors

View source: R/helper.R

combineR Documentation

Combine a list of vectors

Description

Intended to combine vectors where, for each position, only one of the vectors contains data (i.e. the remaining are NA's).

Usage

combine(input)

Arguments

input

a list of vectors with non-overlapping data.

Value

A vectorized combination of the data in the different list vectors.


hugomflavio/actel documentation built on April 18, 2024, 4:23 a.m.