Nothing
unsimplify <- \(x) {
# survival::Surv is.matrix
# survival::Surv does **not** inherits from matrix :)
if (!inherits(x, what = 'matrix')) return(x)
x |>
asplit(MARGIN = 1L, drop = TRUE)
# i.e., `simplify = TRUE` for Surv column,
# but un-simplify for 'matrix'
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.