On 28/06/12 22:31, Özgür Asar wrote:
Dear Kathie,Try c(filter(1:10, rep(1, 3)))
It is recommended that one should *not* use c() for its side effects. Better to use as.vector(). cheers, Rolf Turner ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.