Add named expressions for the data.table::data.table frame.
frame_append(.data, ..., .parse = getOption("table.express.parse", FALSE))
An instance of ExprBuilder.
Expressions to add to the frame.
Logical. Whether to apply rlang::parse_expr()
to obtain the expressions.
data.table::data.table() %>%
start_expr %>%
frame_append(anything = "goes")
#> .DT_[, anything = "goes"]