Finish the expression-building process and evaluate it.
end_expr(.data, ...)
# S3 method for ExprBuilder
end_expr(.data, ..., .by_ref = TRUE, .parent_env)
The expression.
Arguments for the specific methods.
If FALSE
, data.table::copy()
is used before evaluation.
Optionally, the enclosing environment of the expression's evaluation environment. Defaults to the caller environment.
The ExprBuilder method returns a data.table::data.table.
To see more examples, check the vignette, or the table.express-package entry.