R/RcppExports.R
insert_elem.Rd
insert an element into a vector
insert_elem(dest, elem, ind)
destination row vector
C++ style index for the element to be copied
elem
copy an element of one row vector into another.