Skip to content
Prev 286736 / 398502 Next

Database

On 29/02/2012 12:45, R. Michael Weylandt wrote:
But not much larger in Access than 64-bit R allows: Access is a pretty 
limited system.
Access does not bring the performance benefits of more advanced DBMS 
engines: on Windows I would certainly recommend using SQL Server Express 
(or whatever it is currently called) instead.  If you want to use a DBMS 
to supplement R (as per the R Data Import/Export manual) I would use 
MySQL or SQLite.
'files'?  Where are the data?  If you mean different tables in one 
Access database then I would still do this in R via RODBC.
In which case you can simply use RODBC to import tables to R and work there.