printPipeChain: Prints each pipe step in current text selection

Description Usage Value

View source: R/viewPipeChain.R View source: R/rstudio_addins.R

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

1
2
3

Value

No return value, called for side effects


daranzolin/ViewPipeSteps documentation built on Dec. 26, 2021, 6:12 p.m.