Skip to content

csv mask order

2 messages · Todd Sformo, Peter Langfelder

#
Do your lines start with the hash mark #? If so, they are considered
comment. Set comment.char="" in your call to read.csv. Another
frequent culprit (personal experience) are apostrophes ('). If you
have any in your file, use the argument quote = "\"" or, if you are
sure the data are not quoted, use quote="". This is all described in
detail in help(read.csv), you may want to study it carefully to see
whether your file is misinterpreted in some subtle way.

HTH

Peter

On Tue, Jan 22, 2013 at 4:49 PM, Todd Sformo
<Todd.Sformo at north-slope.org> wrote: