[R] Locating data source error in large file

Rich Shepard r@hep@rd @end|ng |rom @pp|-eco@y@@com
Fri Jul 20 23:09:54 CEST 2018


On Fri, 20 Jul 2018, William Dunlap wrote:

> To find the lines in the file, tfile, with bogus dates, try
>    readLines(tfile)[ is.na(dataFrame$DateTime) ]

Bill,

   Thanks for another lesson.

Regards,

Rich




More information about the R-help mailing list