Learn R Programming

gm (version 1.0.2)

inspect_errors: See Full Error Report

Description

See a full error report when the error message is too long and thus shortened.

Usage

inspect_errors()

Arguments

Value

Invisible NULL.

The full error report is printed in console.

Examples

Run this code
if (FALSE) {
Line(list(c, "p", NULL, 1:3, TRUE, NA_character_))
}

Run the code above in your browser using DataLab