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. 15, 2025, 1:59 a.m.