make_single_pipe | R Documentation |
Create a pipe function for mapping a reactive expression/value to a module input
make_single_pipe(p = NULL, f = FALSE, rev = FALSE)
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.