superpipe: Instigate dynamic complex pipe snippet processing and...

Description Usage Value Insert superpipe

View source: R/operators.R

Description

Instigate dynamic complex pipe snippet processing and insertion.

Usage

1

Value

%>%. inserted at the current cursor location and a custom snippet object s in the next row.

Insert superpipe

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 %>>%..


D-Se/turbokit documentation built on Dec. 17, 2021, 3:10 p.m.