grouped_ffdf: A grouped ffdf.

Description Usage Arguments

Description

The easiest way to create a grouped ffdf is to call the group_by method on a ffdf or data source: this will take care of capturing the unevalated expressions for you.

Usage

1
2
3
grouped_ffdf(data, vars, is_sorted = FALSE)

is.grouped_ffdf(x)

Arguments

data

a data source or data frame.

vars

a list of quoted variables.

is_sorted

if data is sorted on vars is_sorted should be set to TRUE to avoid unnecesary sorting

x

an object to check


edwindj/ffbase2 documentation built on May 15, 2019, 11:05 p.m.