R/safuncs.R
silencer.Rd
Hide output from R console by redirecting output using sink(tempfile()) and subsequently sink().
sink(tempfile())
sink()
silencer(x)
Code which output is to be directed to the sink.
Code output without the directed outputs, e.g. output from cat().
cat()