Create a table description that includes the actual data. Prevents wastefull table copies in
immediate pipelines. Used with ex()
.
wrap(d, ..., name = NULL, env = parent.frame())
d | data.frame |
---|---|
... | not used, force later argument to be referred by name |
name | character, name of table |
env | environment to work in. |
a table description, with data attached
#> x y z #> 1: 1 4 5 #> 2: 2 5 7 #> 3: 3 6 9