debug_pipe {magrittr} | R 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
[Package magrittr version 2.0.3 Index]