Message-ID: <1321508772016-4079031.post@n4.nabble.com>
Date: 2011-11-17T05:46:12Z
From: Brad Patrick Schneid
Subject: 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.