SyntaxFix
Write A Post
Hire A Developer
Questions
If you can repeat the whole thing, or subset it first then repeat that, then this similar question may be helpful. Once again:
library(mefa) rep(mtcars,10)
or simply
mefa:::rep.data.frame(mtcars)