search for: ca812

Displaying 1 result from an estimated 1 matches for "ca812".

Did you mean: c812
2013 Oct 05
1
make a file from four individual files. but keys can be missing among files.
...ion out <- function(g) # write to file write.table( out, "myfile.txt", sep="\t", quote=F, row.names=F, col.names=T) colnames(out)[1] = "ca02" colnames(out)[2] = "ca24" colnames(out)[3] = "ca48" colnames(out)[4] = "ca812" }) }) The code has no errors, but the file doesn't write to my working directory. I don't think this path is the problem either. I've seen the do.call function, thinking this may be the way to go. Also, if I'd like to add a third column to the master file from the four file...