if (FALSE) {
# Combines the three infiles side-by-side
cbindFiles(infiles = c("myfile1.txt", "myfile2.txt",
"myfile3.txt"), outfile = "myfile_combined_by_columns.txt",
col.sep = " ", ask = TRUE, verbose = TRUE)
}
Run the code above in your browser using DataLab