Skip to contents

This function removes traces previous injected into functions with the inject_tracer function.

Usage

uninject_tracer(f)

Arguments

f

A function (that is, an object of class "function", and not a character string).

Value

Logical value indicating whether or not tracer was able to be removed ("uninjected").