Skip to content

missing values in document

3 messages · Monna Nygård, Jim Lemon, jim holtman

#
Monna Nyg?rd wrote:
Hi Monna,
read.table has an argument "na.strings" that allows you to specify what 
will be read as a missing value. Setting this to na.strings="" should 
get you there.

Jim
#
How are the 'empty' cell identified?  It appears that you are using
the default of read.table which says blanks are the delimiters.  How
are two or more empty cells identified?  Can you output a CSV file so
that you have commas as separators so you can identify the empty
fields?
On Wed, Apr 30, 2008 at 6:51 AM, Monna Nyg?rd <monnire at hotmail.com> wrote: