This simple wrapper returns an empty tibble on error and returns a custom warning message.
try_parse(expr, error_message, ...)
expression; expression to be evaluated for errors
character; character string to be displayed as a warning on error
extra parameters to be passed to the tryCatch()
function.
evaluated expression on success or empty tibble on error