Skip to content
Prev 156462 / 398503 Next

detecting null values in a CSV file

What have you tried this far?  Can't you parse them as missing values,
i.e. NAs?   See ?read.csv and arguments '...', i.e. the arguments
'...' are passed to read.table() which takes argument 'na.strings' - a
character *vector* of strings that you want to be interpreted as NAs.
See ?read.table for more details.

My $.02

Henrik
On Thu, Sep 18, 2008 at 10:11 AM, Jason Thibodeau <jbloudg20 at gmail.com> wrote: