Skip to content
Prev 178806 / 398506 Next

reading csv file : blanks

Nattu wrote:
Hi Nataraju,
You have to explicitly specify the strings that you want to be read as 
NA with the na.strings argument.

na.strings=""

if an empty string represents NA.

Jim