Build a chain of similar objects/operations.
chain(.data, ...)
# S3 method for ExprBuilder
chain(.data, ..., .parent_env = rlang::caller_env())
Object to be chained.
Arguments for the specific methods.
See end_expr()
.
The chaining for ExprBuilder is equivalent to calling end_expr()
followed by start_expr()
.
The ellipsis (...
) is passed to both functions.
To see more examples, check the vignette, or the table.express-package entry.