discretly: discretly

View source: R/adverbs.R

discretlyR Documentation

discretly

Description

Prevent a funtion from printing message or warning

Usage

discretly(.f)

Arguments

.f

the function to wrap

Value

an error if any, a warning if any, the result if any

Examples

## Not run: 
discrete_mat <- discretly(matrix)
discrete_mat(1:3, 2)

## End(Not run)


ColinFay/attempt documentation built on Jan. 12, 2023, 6:50 p.m.