Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 869 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 869 Bytes

Collection of R data.table functions in Julia

Stable Dev CI Codecov

Dongdong Kong

RTableTools.jl implements the function of merge, cbind, fread, fwrite, expand_grid, and other frequent used functions in R package data.table.

Installation

using Pkg
Pkg.add(url="https://github.com/jl-pkgs/RTableTools.jl")