start_expr {table.express}R Documentation

Start expression

Description

Start building an expression.

Usage

start_expr(.data, ...)

## S3 method for class 'data.table'
start_expr(.data, ..., .verbose = getOption("table.express.verbose", FALSE))

Arguments

.data

Optionally, something to capture for the expression.

...

Arguments for the specific methods.

.verbose

Whether to print more information during the expression-building process.

Details

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

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


[Package table.express version 0.4.2 Index]