frame_append: Append expressions to the frame

View source: R/UTILS-frame_append.R

frame_appendR Documentation

Append expressions to the frame

Description

Add named expressions for the data.table::data.table frame.

Usage

frame_append(.data, ..., .parse = getOption("table.express.parse", FALSE))

Arguments

.data

An instance of ExprBuilder.

...

Expressions to add to the frame.

.parse

Logical. Whether to apply rlang::parse_expr() to obtain the expressions.

Examples


data.table::data.table() %>%
    start_expr %>%
    frame_append(anything = "goes")


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