Function factory that generates versions of functions wrapped in try. Originally fround in and borrowed from package origami.
try
origami
wrap_in_try(fun, ...)
A function to be wrapped in a try statement.
function
Additional arguments passed to the previous argument fun.
fun