R6Frame
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.