chain: Chain

View source: R/DELIMITERS-chain.R

chainR Documentation

Chain

Description

Build a chain of similar objects/operations.

Usage

chain(.data, ...)

## S3 method for class 'ExprBuilder'
chain(.data, ..., .parent_env = rlang::caller_env())

Arguments

.data

Object to be chained.

...

Arguments for the specific methods.

.parent_env

See end_expr().

Details

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.


table.express documentation built on April 3, 2023, 5:43 p.m.