TobCap/demagrittr: Decompile magrittr's Syntax to Normal R's Syntax

Using forward-pipe operator, %>%, is extremely useful both reading and writing code-flows, but debugging and understanding deeply nested pipes are bit difficult due to magrittr's complicated mechanism. This package convert %>% syntax to eager, lazy, and promise evaluation; you can easily understand meaning of codes.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version0.0.4
URL https://github.com/tobcap/demagrittr
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("TobCap/demagrittr")
TobCap/demagrittr documentation built on May 9, 2019, 4:50 p.m.