tamper (version 1.0.0)

dump_pipes: Dump the evaluation environments of a pipelines

Description

This function is the equivalent of `utils::dump.frames`, for magrittr pipes.

Usage

dump_pipes(dumpto = "last.dump", to.file = FALSE)

Arguments

dumpto
The name of the object or file to dump to.
to.file
Whether to dump to a file. If FALSE, then the dump does into an object in the global workspace.

Details

It dumps the calls and the evaluation environments to an object in the global environment (`.GlobalEnv`). It also adds an attribute called `pipes` that contains information about the pipe stages, for easier debugging.

See Also

Other pipe.debuggers: print.dump_pipes; tamper, tamper, tamper-package