R/functions_v_0_2_9.R
safely_eval.Rd
purrr:safely wrappers for various functions
safely_eval(...)
args to be passed
A list with two elements:
result: The result of eval, or NULL if an error occurred.
result
eval
NULL
error: The error that occurred, or NULL if no error occurred.
error