Skip to content
Prev 293566 / 398503 Next

Generate strings from multiple variables

do.call(function(x,y) paste0("A",x,"_","B",y),expand.grid(x = A,y = B))

seems to be a place to start. Robust generalization seems a hair
tricky -- I'll mull on it.

Michael
On Fri, May 4, 2012 at 9:10 AM, Johannes Radinger <JRadinger at gmx.at> wrote: