debug_fseq {magrittr}R Documentation

Debugging function for functional sequences.

Description

This is a utility function for marking functions in a functional sequence for debbuging.

Usage

debug_fseq(fseq, ...)

undebug_fseq(fseq)

Arguments

fseq

a functional sequence.

...

indices of functions to debug.

Value

invisible(NULL).


[Package magrittr version 1.5 Index]