powered by
Create a table description that includes the actual data. Prevents wastefull table copies in immediate pipelines. Used with ex().
ex()
wrap(d, ..., table_name = NULL, env = parent.frame())
a table description, with data attached
data.frame
not used, force later argument to be referred by name
character, name of table
environment to work in.
if(requireNamespace('rqdatatable')) { d <- data.frame(x = 1:3, y = 4:6) d %.>% wrap(.) %.>% extend(., z := x + y) %.>% ex(.) }
Run the code above in your browser using DataLab