printPipeChain {ViewPipeSteps} | R Documentation |
Prints each pipe step in current text selection
Description
Reads the currently selected text from the RStudio API and prints for each pipe step the resulting object if unique. Data frames are converted by as_tibble(). Meant to be called as an RStudio addin.
Reads the currently selected text from the RStudio API and prints for each pipe step the resulting object if unique. Data frames are converted by as.tibble(). Meant to be called as an RStudio addin.
Usage
printPipeChain()
printPipeChain()
Value
No return value, called for side effects
[Package ViewPipeSteps version 0.1.0 Index]