hush: Hide code output

View source: R/utils.R

hushR Documentation

Hide code output

Description

Hide code output

Usage

hush(code, all = FALSE)

Arguments

code

(function) The code to be evaluated

all

(logical) If TRUE, suppress also warnings and the result of the code. FALSE by default.

Value

If all is FALSE, return whatever the evaluated code returns, nothing otherwise.


brandon-mosqueda/SKM documentation built on Feb. 8, 2025, 5:24 p.m.