attempt (version 0.3.1)

silent_attempt: 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

Run this code
# NOT RUN {
silent_attempt(warn("nop!"))
# }

Run the code above in your browser using DataLab