MilesMcBain/breakerofchains: Break Chained Expressions and Run Them with Printed Output

Run an infix operator expression chain up to the line your cursor is on, printing the output, and ignoring any result assignment step. This facilitates easier interactive debugging of chained code. Common examples of code amenable to breaking with this tool are {dplyr} wrangling chained with `%>%`, and {ggplot2} plotting chained with `+`.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version0.3.2
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("MilesMcBain/breakerofchains")
MilesMcBain/breakerofchains documentation built on Nov. 23, 2022, 8:53 p.m.