actel (version 1.1.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)

Arguments

input

a list of vectors with non-overlapping data.

Value

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