R/utils.R
wrap_in_try.Rd
Function factory that generates versions of functions wrapped in try.
try
wrap_in_try(fun, ...)
A function to be wrapped in a try statement.
function
Additional arguments passed to the previous argument fun.
fun