Learn R Programming

table.express (version 0.1.1)

start_expr: Start expression

Description

Start building an expression.

Usage

start_expr(.data, ...)

# S3 method for data.table start_expr(.data, ...)

Arguments

.data

Optionally, something to capture for the expression.

...

Arguments for the specific methods.

Details

The data.table::data.table method returns an ExprBuilder instance.

To see more examples, check the vignette, or the table.express-package entry.