cat {quietR}R Documentation

Output Functions

Description

Masked output functions (cat, message, print) that can be toggled with [verbosity] functions. Instead of implementing your own verbose handling system, use quietR.

Usage

cat(...)

message(...)

print(...)

Arguments

...

Arguments passed to masked output function

Examples

print("Hello World!")
disable_verbose()
print("Hello World!")

[Package quietR version 0.1.0 Index]