actel (version 1.3.0)

combine: 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)

Value

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

Arguments

input

a list of vectors with non-overlapping data.