Start building an expression.
start_expr(.data, ...)
# S3 method for data.table
start_expr(.data, ..., .verbose = getOption("table.express.verbose", FALSE))
Optionally, something to capture for the expression.
Arguments for the specific methods.
Whether to print more information during the expression-building process.
The data.table::data.table method returns an ExprBuilder instance.
To see more examples, check the vignette, or the table.express-package entry.