README.md

R6Frame

Linux/OSX Windows Coverage

R6Frame is a R6 wrapper for R's data.frame and data.table. It supports most base operations for data.frame, as well as methods for dplyr and tidyr. Each function call is passed to the R6Frame$do() method (R6Frame$do_merge() for joins/binds), which allows subclasses of R6Frame to have "auto-updating" fields.

Note: This is a work in progress.

Installation

Development version:

devtools::install_github("itsdalmo/R6Frame")

CRAN:

# Not on CRAN yet.


Try the R6Frame package in your browser

Any scripts or data that you put into this service are public.

R6Frame documentation built on May 30, 2017, 3:05 a.m.