insert: Insert Elements in Vector

View source: R/utils.R

insertR Documentation

Insert Elements in Vector

Description

Insert a vector in another vector.

Usage

insert(x, pos, what)

Arguments

x

A vector (or a list).

pos

Integer. Insert after which elements?

what

Vector of elements to insert.

Details

To insert an element at the beginning use a pos value of 0.

Duplicated positions are not allowed.

Value

A vector.

Examples


heRomod:::insert(letters, c(0, 5, 26), c("xxx", "yyy"))


PolicyAnalysisInc/heRoMod documentation built on March 23, 2024, 4:29 p.m.