recycle vector along length OR nrow of object

recycle vector along length OR nrow of object

rep_len2(x, objalong, uselen = TRUE)

rep_len2(x, objalong, uselen = TRUE)

Arguments

x

data

objalong

any object to recycle x along if uselen = TRUE, or an actual integer value if uselen = FALSE

Value

vector

vector

Author

Kevin Hadi