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/r-acidroxygen documentation built on March 28, 2024, 10:26 p.m.