silent_attempt {attempt}R Documentation

Silently attempt

Description

A wrapper around silently and attempt

Usage

silent_attempt(...)

Arguments

...

the expression to evaluate

Value

an error if any, a warning if any.

Examples

## Not run: 
silent_attempt(warn("nop!"))

## End(Not run)

[Package attempt version 0.3.1 Index]