Skip to content
Prev 273914 / 398506 Next

fast or space-efficient lookup?

Hi Ivo,

I'll just be brief, but regarding data.table's syntax: one person's
"strange" is another's "intuitive" :-)

Note also that data.table also provides a `merge.data.table` function
which works pretty much as you expect merge.data.frame to. The
exception being that its `by` argument will, by default, work on the
intersection of keys between the two data.tables being merged, and not
all columns of the same name between the two tables.

Hope that's helpful.

-steve
On Sun, Oct 9, 2011 at 10:44 PM, ivo welch <ivo.welch at gmail.com> wrote: