errorWarrior: Error Hanlder

Description Usage Arguments Examples

View source: R/errorHandler.R

Description

Error Hanlder

Usage

1
errorWarrior(x, abort_on_error = F, interactive = F)

Arguments

x

Expression to be evaluated

abort_on_error

should the execution be stoped upon an error (raises a proper Error)

interactive

should you be prompted to enter an interactive browser session

Examples

1
2
errorHandler(prin("a"))
errorHandler(prin(a))

joelgsponer/waRRior2 documentation built on Feb. 22, 2020, 3:34 a.m.