⚠️There's a newer version (1.15.4) of this package. Take me there.

data.table (version 1.2)

Extension of data.frame. i and j expressions, keys and binary search.

Description

Like a data.frame but i and j may be expressions evaluated within the frame. i is then like base::with and j like select in base::subset. When i is itself a data.table, a join is invoked similar to base::merge but uses binary search on the sorted key.

Copy Link

Version

Down Chevron

Install

install.packages('data.table')

Monthly Downloads

845,520

Version

1.2

License

GPL

Maintainer

Last Published

August 19th, 2008

Functions in data.table (1.2)