Skip to content
Prev 277674 / 398506 Next

split list of characters in groups of 2

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.