make_double_pipe | R Documentation |
Create a pipe function for mapping a module output to a module input
make_double_pipe(l, r, f = FALSE, rev = FALSE)
l |
Left module. |
r |
Right module. |
f |
fast boolean. Used with the '>>' or '<<' signs to return the item at the opposite of the arrow. |
rev |
Reverse operation. Boolean that indicates if this is a reverse operation, i.e. '<' or '<<'. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.