Learn R Programming

rmonad (version 0.7.0)

fail_cache: Represent a dummy value for a node downstream of a failing node

Description

Returns a ValueManager that represents a dummy value for a node downstream of a failing node. Unlike void_cache, this presence of this manager in a pipeline is not pathological, so does not raise a warning by default.

Usage

fail_cache()

Arguments

Value

A function that represents an unrun node

See Also

Other cache: clear_cache, make_cacher, make_recacher, memory_cache, no_cache, void_cache