frame_append {table.express} | R 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 |
Examples
data.table::data.table() %>%
start_expr %>%
frame_append(anything = "goes")
[Package table.express version 0.4.2 Index]