Description Usage Arguments Examples
Data manipulation for grouped data tables.
1 2 3 4 5 6 7 8 9 10 11 12 13  | ## S3 method for class 'grouped_ffdf'
filter_(.data, ..., .dots)
## S3 method for class 'grouped_ffdf'
summarise_(.data, ..., .dots)
mutate.grouped_ffdf(.data, ..., inplace = FALSE)
## S3 method for class 'grouped_ffdf'
arrange_(.data, ..., .dots)
## S3 method for class 'grouped_ffdf'
slice_(.data, ..., .dots)
 | 
.data | 
 a data table  | 
... | 
 variables interpreted in the context of   | 
inplace | 
 if   | 
1 2 3 4 5  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.