I have txt file and use the following command to read it
to R:
z <- read.table("c:/temp/test.txt")
and I type z but the output is totally a mess; the test.txt is
strutured with the first line as the variable names and when use excel
to open it, all the vaules are well positioned. why in R it is totally
in a mess?
Linda

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to