quiet: Muting a function

View source: R/utils.R

quietR Documentation

Muting a function

Description

Prevent a function to output multiple message. Source: https://r.789695.n4.nabble.com/Suppressing-output-e-g-from-cat-td859876.html

Usage

quiet(func)

Arguments

func

Function who need to be muted.

Value

Nothing, just mute the called function


Kumquatum/GWENA documentation built on July 7, 2023, 3:41 p.m.