Learn R Programming

assertive (version 0.2-6)

assert_is_debugged: Is the input function being debugged?

Description

Checks to see if the input DLL (a.k.a. shared object) is loaded.

Usage

assert_is_debugged(x)

is_debugged(x, .xname = get_name_in_parent(x))

Arguments

x
Input to check.
.xname
Not intended to be used directly.

Value

  • is_debugged wraps is.debugged, providing more information on failure. assert_is_debugged returns nothing but throws an error if is_loaded returns FALSE.

See Also

isdebugged.