Skip to content

jl-pkgs/RTableTools.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")