dump_pipes: Dump the evaluation environments of a pipelines

Description Usage Arguments Details See Also

Description

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

Usage

1
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


gaborcsardi/tamper documentation built on May 16, 2019, 4:16 p.m.