suppress_output: Suppress print statements and messages

View source: R/suppress_output.R

suppress_outputR Documentation

Suppress print statements and messages

Description

The suppress_output() function suppresses print statements and messages from a function. This does not suppress warnings or errors.

Usage

suppress_output(input)

Arguments

input

Details

This function requires no additional packages.

Value

output Output is the output of the passed function call.


gatoRs documentation built on May 29, 2024, 7:11 a.m.