Learn R Programming

fcuk (version 0.2.0)

init_error_tracker: Init error tracker

Description

After launching this function, every error message will be analysed. This function is called when loading the package.

Usage

init_error_tracker()

Arguments

Value

Invisibly returns `NULL`.

Examples

Run this code
getOption("error")
fcuk::init_error_tracker()
getOption("error")

Run the code above in your browser using DataLab