Learn R Programming

logger (version 0.4.0)

log_failure: Logs the error message to console before failing

Description

Logs the error message to console before failing

Usage

log_failure(expression)

Arguments

expression

call

Examples

Run this code
log_failure("foobar")
try(log_failure(foobar))

Run the code above in your browser using DataLab