combine: Combine a list of vectors

View source: R/dyn_helpers.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.

Details

Copied from actel

Value

A single vector where all data has been combined.


YuriNiella/RSP documentation built on Feb. 2, 2024, 5:03 a.m.