[R] split list of characters in groups of 2

B77S bps0002 at auburn.edu
Thu Nov 17 06:46:12 CET 2011


hi, 

If i have a list of things, like this

var.names <- c("a", "b", "c", "d", "e", "f")

how can i get this:

"a, b", "c, d", "e, f"

thanks ahead of time. 
 

--
View this message in context: http://r.789695.n4.nabble.com/split-list-of-characters-in-groups-of-2-tp4079031p4079031.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list