knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

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:

install.packages("R6Frame")

Usage

See vignette here on github, or run the code below in R after installing:

vignette("introduction", package = "R6Frame")


itsdalmo/R6Frame documentation built on May 18, 2019, 7:10 a.m.