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.

Copy Link

Version

Down Chevron

Install

install.packages('R6Frame')

Monthly Downloads

10

Version

0.1.0

License

MIT + file LICENSE

Last Published

May 31st, 2016

Functions in R6Frame (0.1.0)