[R] a simple list question
Erin Hodgess
erinm.hodgess at gmail.com
Wed Nov 7 06:35:41 CET 2012
Dear R People
I have a simple list question, please:
I have vectors x.1, x.2,...x.n (each of different lengths) and I would
like to combine them into a list.
However, I'm sure that there is a better way to do this than to type
in x <- list(x.1,x.2,x.3,...)
Is there a better way to do this, please? I was thinking about
possibly using grep?
Thanks,
Sincerely,
Erin
--
Erin Hodgess
Associate Professor
Department of Computer and Mathematical Sciences
University of Houston - Downtown
mailto: erinm.hodgess at gmail.com
More information about the R-help
mailing list