Learn R Programming

table.express (version 0.4.2)

Build 'data.table' Expressions with Data Manipulation Verbs

Description

A specialization of 'dplyr' data manipulation verbs that parse and build expressions which are ultimately evaluated by 'data.table', letting it handle all optimizations. A set of additional verbs is also provided to facilitate some common operations on a subset of the data.

Copy Link

Version

Install

install.packages('table.express')

Monthly Downloads

256

Version

0.4.2

License

MPL-2.0

Issues

Pull Requests

Stars

Forks

Maintainer

Alexis Sarda

Last Published

April 2nd, 2023

Functions in table.express (0.4.2)

nest_expr

Nest expressions as a functional chain
joins

Joining verbs
mutate-table.express

Add or update columns
mutate_sd

Mutate subset of data
key_by

Set key to group by
reexports

Objects exported from other packages
group_by-table.express

Grouping clauses
frame_append

Append expressions to the frame
order_by-table.express

Order by clause
select-table.express

Select clause
transmute_sd

Transmute subset of data
where-table.express

Where clause
table.express-package

Building 'data.table' expressions with data manipulation verbs
transmute-table.express

Compute new columns
start_expr

Start expression
summarize-table.express

Summarize columns
EagerExprBuilder

Eager frame expression builder
extrema_by

Find rows with extrema in specific columns
filter_on

Filter with secondary indices
filter-table.express

Filter rows
distinct-table.express

Rows with distinct combinations of columns
arrange-table.express

Arrange rows
end_expr

End and evaluate expression
filter_sd

Filter subset of data
ExprBuilder

Frame expression builder
chain

Chain