how to import such data to R?
On Sat, 2005-10-15 at 11:43 -0500, Marc Schwartz wrote:
There may be an easier way, but here is one possible approach: First, use scan to read in the data. Set the 'what' argument to a list of atomic data types, based upon your specs above. Also, set the 'na.names' argument to '.'.
Ack....that should of course read 'na.strings', not 'na.names'... Marc