defunct: Defunct functions

defunctR Documentation

Defunct functions

Description

Defunct functions

Value

.Defunct.

See Also

Defunct.

Examples

a <- function(...) {
    .Defunct("b")
}

withCallingHandlers(
    expr = tryCatch(
        expr = a(1L),
        error = function(e) {
            print(e)
            invisible()
        }
    )
)

acidgenomics/AcidRoxygen documentation built on March 29, 2024, 9:30 a.m.