catch_error: Capture and parse an error message.

Description Usage Arguments Examples

View source: R/function.R

Description

Capture and parse an error message.

Usage

1
catch_error(sentence = geterrmessage())

Arguments

sentence

an error message to parse

Examples

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

fcuk documentation built on May 1, 2019, 10:22 p.m.