Skip to content
Prev 69878 / 398506 Next

Combinations with two part column

Try write.table:

write.table(comb8.5[,1:5], sep = ",", row.names = FALSE, col.names = FALSE)
write.table(comb8.5[,6:8], sep = ",", row.names = FALSE, col.names = FALSE)
On 5/17/05, Sofyan Iyan <sofyan.iyan at gmail.com> wrote: