powered by
Execute a ops-dag using `codewrap()` data as values.
ex(ops, ..., env = parent.frame())
data.frame result
rquery pipeline with tables formed by `wrap()`.
not used, force later argument to be referred by name
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