Learn R Programming

clintools (version 0.9.10.1)

quietly: Quiet any output (quietly)

Description

quietly() is a small function which suppresses any output

Usage

quietly(x)

Value

Returns x, but without any output

Arguments

x

input to be suppressed

Examples

Run this code
if (FALSE) {
tmp <- quietly(print("hello"))
}

Run the code above in your browser using DataLab