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.
Whether to use data.table::copy() before evaluation.
Optionally, the enclosing environment of the expression's evaluation environment.
The ExprBuilder method returns a data.table::data.table.
To see more examples, check the vignette, or the table.express-package entry.