catch_error: Capture and parse an error message.

View source: R/function.R

catch_errorR Documentation

Capture and parse an error message.

Description

Capture and parse an error message.

Usage

catch_error(sentence = geterrmessage())

Arguments

sentence

an error message to parse

Examples

catch_error()
catch_error("Error: object 'iri' not found\n")
catch_error("Error: object 'view' not found\n")



ThinkR-open/fcuk documentation built on Oct. 12, 2023, 10:09 p.m.