Skip to contents

Hide output from R console by redirecting output using sink(tempfile()) and subsequently sink().

Usage

silencer(x)

Arguments

x

Code which output is to be directed to the sink.

Value

Code output without the directed outputs, e.g. output from cat().