wrap_in_try {methyvim}R Documentation

Wrap a Function in a Try Statement

Description

Function factory that generates versions of functions wrapped in try. Originally found in and borrowed from package origami.

Usage

wrap_in_try(fun, ...)

Arguments

fun

A function to be wrapped in a try statement.

...

Additional arguments passed to the previous argument fun.


[Package methyvim version 1.11.0 Index]