Last data update: 2014.03.03

R: Debugging function for magrittr pipelines.
debug_pipeR Documentation

Debugging function for magrittr pipelines.

Description

This function is a wrapper around browser, which makes it easier to debug at certain places in a magrittr pipe chain.

Usage

debug_pipe(x)

Arguments

x

a value

Value

x

Results