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