I have two different character vectors in R, that I want to combine to use for column names:
groups <- c(\"Group A\", \"Group B\") label <- c(\"Time\",
outer
outer(groups, labels, FUN=paste)