stfu: Shut the File Up

Description Usage Arguments Value Examples

View source: R/stfu.R

Description

Given an expression, stfu evaluates and returns the value of the expression, but supressesses output to the console.

Usage

1
stfu(expr)

Arguments

expr

Value

whatever expr should return

Examples

1
2
stfu(print('Foo'))
stfu(cat('Foo'))

AABoyles/ShRoud documentation built on May 5, 2019, 11:28 a.m.