ex | R Documentation |
Execute a ops-dag using 'codewrap()' data as values.
ex(ops, ..., env = parent.frame())
ops |
rquery pipeline with tables formed by 'wrap()'. |
... |
not used, force later argument to be referred by name |
env |
environment to work in. |
data.frame result
if(requireNamespace('rqdatatable')) {
d <- data.frame(x = 1:3, y = 4:6)
d %.>%
wrap(.) %.>%
extend(., z := x + y) %.>%
ex(.)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.