Learn R Programming

erratum (version 2.2.0)

Warning: Error

Description

Error

Error

Arguments

Super class

erratum::Issue -> Warning

Methods

Public methods

Method new()

Usage

Warning$new(obj)

Arguments

obj

A character string or an object of class error, or warning.

type

Type of message.

Details

Initialise

Method warn()

Usage

Warning$warn()

Details

Warn

Analogous to warning()

Method clone()

The objects of this class are cloneable with this method.

Usage

Warning$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.