[R] remove descriptions from output

Rolf Turner rolf.turner at xtra.co.nz
Thu Jun 28 22:04:48 CEST 2012


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



More information about the R-help mailing list