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.

______________________________________________
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.

Reply via email to