Skip to content
Prev 8918 / 398502 Next

read data into R with some constraints (Just out of curiosity)

Not an arbitrary filesystem, but if it's on a Linux box, and
it's really a big file, you might want to:

1) export the file to the Windows box via Samba.
2) apply the Windows ODBC text driver.
3) use RODBC to read the file.

Far too involved for a file this size, unless this is part
of a dynamic data / updating regularly problem.  In which case,
I'd suggest using a real database (Oracle, PgSQL, etc) and an
ODBC driver.

I say again: the above steps are really too convoluted for
everyday use, particularly if you don't have Samba set up 
already.  

Cheers,

Jason
Message-ID: <20010112125707.A2149@camille.indigoindustrial.co.nz>
In-Reply-To: <NEBBJKDJHEFCOOLFFAKKCEGECAAA.cyg@sympatico.ca>; from cyg@sympatico.ca on Thu, Jan 11, 2001 at 04:16:06PM -0500