insert {desctable} | R Documentation |
Insert a vector y inside another vector x at position
Description
The vectors in the y list will be inserted at positions respectively *after* the x[position] element of x
Usage
insert(x, y, position)
Arguments
x |
A vector to be inserted into |
y |
A vector or list of vectors to insert into x |
position |
The position / vector of positions to insert vector(s) y in vector x |
Value
The combined vector
[Package desctable version 0.3.0 Index]