quiet {GWENA}R 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


[Package GWENA version 1.4.0 Index]