insert.at: Insert Values at Specified Positions in a Vector

View source: R/po_fun_test.R

insert.atR Documentation

Insert Values at Specified Positions in a Vector

Description

This function inserts specified values at given positions in a vector.

Usage

insert.at(a, pos, ...)

Arguments

a

A vector.

pos

A numeric vector specifying the positions to insert the values.

...

Values to be inserted at the specified positions.

Value

A vector with the inserted values.


REN documentation built on Oct. 10, 2024, 5:06 p.m.