Message-ID: <20050801215445.64238.qmail@web31005.mail.mud.yahoo.com>
Date: 2005-08-01T21:54:44Z
From: Haibo Huang
Subject: NA when using read.csv
Hi, when I used:
Dist=read.csv("test.csv",header=TRUE)
to read data from CSV file. For some cells, R
mistakenly put in as NA, while most of the cells still
appears to be right, and there is no error message in
R. I am pretty sure the csv file is all right, but
just can't figure out what went wrong. Can someone
share your thoughts with me? Thanks!
Ed