rep {cheapr} | R Documentation |
cheapr style repeat functions
Description
cheapr style repeat functions
Usage
cheapr_rep(x, times)
cheapr_rep_len(x, length)
cheapr_rep_each(x, each)
Arguments
x |
A vector or data frame. |
times |
|
length |
|
each |
|
Value
Repeated out object.
[Package cheapr version 1.3.2 Index]