All functions |
|
---|---|
Arrange entries in data.frame |
|
Count observations by group |
|
Select distinct/unique rows in data.frame |
|
Filter entries in data.frame |
|
Parse,inspect and extract data.table from fst file |
|
Read and write fst files |
|
Data manipulation within groups |
|
|
Join table by common keys |
Fast lead/lag for vectors |
|
Pivot data from wide to long |
|
Dump or replace missing values in data.frame |
|
Mutate columns in data.frame |
|
Conditional update of columns in data.table |
|
Nest and unnest |
|
Pull out a single variable |
|
Rename column in data.frame |
|
Sample n rows from a table |
|
Select column from data.frame |
|
Slice rows in data.frame |
|
Summarise columns to single values |
|
Select top (or bottom) n rows (by value) |
|
Pivot data from long to wide |