Skip to content
Prev 279566 / 398502 Next

import a dataset from Access database into R

Yo need to provide a lot more information.  For example, how large is
the dataset you are trying to read (how many row/columns).  I assume
that you are running under Windows probably with a 32-bit version of
R, but who knows.  How big are the rest of the objects that you have
in your global environment? I am assuming that you have reached the
maximum memory for your 32-bit version.  You can always try running on
a 64-bit version with more memory.  Also depending on how big the
dataset is, you might read it in parts, but it is hard to say without
following the posting guidelines.
On Tue, Dec 6, 2011 at 7:17 PM, Ying Zhou <cindy_zhou_08 at hotmail.com> wrote: