Description
Enables Efficient Joining of Data File on Common Fields using the Unix Utility Join.
Description
Wrapper around the Unix join facility which is more efficient than the built-in R routine merge(). The package enables the joining of multiple files on disk at once. The files can be compressed and various filters can be deployed before joining. Compiles only under Unix.