Description Usage Value Insert superpipe
Instigate dynamic complex pipe snippet processing and insertion.
1 |
%>%.
inserted at the current cursor location and a custom
snippet object s
in the next row.
The superpipe is the entry point for translation of pipemath. It is designed to be called via shortcut, and is primarily called for its side effects.
superpipe()
is a wrapper function that initiates a series of turbokit
function calls to translate pipemath into a dynamic snippet, and helps the
user to insert the newly created snippet directly into the R script.
Its side effects, including code formatting and auto-insertion are tweakable
through package options. Some of these options are operating system-specific.
See vignette("Turbokit")
for available options and adjusting superpipe
output to your preference.
Formatting
There are some limitations to automated formatting.
1.
multi-line pipemath statements require the superpipe operator %>>%
to
be manually typed, and an arbitrary symbol to be inserted after ward like so
%>>%.
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.