Learn R Programming

fcuk (version 0.2.0)

remove_error_tracker: Remove error tracker

Description

After launching this function, the errors will no longer be analysed.

Usage

remove_error_tracker()

Arguments

Value

Invisibly returns `NULL`.

Examples

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

Run the code above in your browser using DataLab