Skip to content
Prev 12687 / 398502 Next

detecting blanks in read.table()

Laura Forsberg <toad at alvie-mail.lanl.gov> writes:
Blank or empty? Using read.delim() or read.table(...,sep="\t") should
at least get the columns right. You might need na.strings=" " to
prevent it from interpreting the entire column as a factor.