I am reading quite a number of .csv files originating from Excel, into R. Some cells contain the value '#NUM!', which I guess results from dividing by zero. In any case, R does not like it. And since I have many files, I would like to replace the #NUM! values with NA as I import the file into R. Instead of going through every file doing seek-replace.
Suggestion is appreciated. Thanks.
jd