insertElems: Insert an element or vector of elements to designated...

Description Usage Arguments Value

View source: R/utils.R

Description

Implementation from Tutur Qhuhuit that inserts an element/s into a vector

Usage

1
insertElems(vect, pos, elems)

Arguments

vect

The vector you are inserting elements into

pos

The position you want to insert an element/s into

elems

The element/s you want to insert into a vector

Value

A vector containing both the original and inserted elements


immunogenomics/scpost documentation built on July 28, 2021, 4:03 a.m.