ExprBuilder: Frame expression builder

Description Usage Format Fields Methods

Description

Build an expression that will be used inside a data.table::data.table's frame.

Usage

1

Format

An object of class R6ClassGenerator of length 24.

Fields

where

Clause for subsetting. The i inside the data.table's frame.

select

Clause for selectin/computing on columns. The j inside the data.table's frame.

expr

The final expression that can be evaluated with base::eval() or rlang::eval_bare().

Methods

initialize(DT, caller_env, after)

Constructor that receives a data.table::data.table in DT and the caller's environment in caller_env.Chains can be built by passing an existing ExprBuilder instance in DT.

print(...)

Prints the built expr.


asardaes/dtplyr documentation built on May 6, 2019, 12:01 a.m.