integer
a certain number of times.
rep.int(x, times)
x
.
"integer"
which has length equal to
times * length(x)
containing the elements of
x
coerced to
"integer"
repeated cyclically.
This function is used internally in the
rep
function.