Learn R Programming

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

Install

install.packages('R6Frame')

Monthly Downloads

8

Version

0.1.0

License

MIT + file LICENSE

Maintainer

Kristian D Olsen

Last Published

May 31st, 2016

Functions in R6Frame (0.1.0)

cbind

R6Frame: cbind
rbind

R6Frame: rbind
R6Frame

Create a new R6Frame
dcast

data.table: dcast
melt

data.table: melt
tidyr_verbs

tidyr: Methods for R6Frame.
dplyr_verbs

dplyr: Methods for R6Frame.
dplyr_binds

dplyr: Methods for R6Frame.
dplyr_joins

dplyr: Methods for R6Frame.