Displaying 1 result from an estimated 1 matches for "datatr".
Did you mean:
data_r
2002 Jan 08
3
write.table - format
Hello there
I ` m a newbie in R and have a question about the output of write.table
My command looks like this:
write.table(datatr$V1[data.chull],file="outr.txt", quote = FALSE, sep =
"\t")
In the outputfile (outr.txt) I have an "x" in the left corner and a new
row with numbers for each column(1,2,3...).
I just want the values in my file. What should I change in
write.table-command?
output now:...