discreetly: discretly

Description Usage Arguments Value Examples

Description

Prevent a funtion from printing message or warning

Usage

1
2
3

Arguments

.f

the function to wrap

Value

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

Examples

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

## End(Not run)

attempt documentation built on May 4, 2020, 1:05 a.m.