defunct | R Documentation |
Defunct functions
.Defunct
.
Defunct.
a <- function(...) {
.Defunct("b")
}
withCallingHandlers(
expr = tryCatch(
expr = a(1L),
error = function(e) {
print(e)
invisible()
}
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.