Nothing
`%||%` <- function(lhs, rhs) if (is.null(lhs)) rhs else lhs
is_fct_custom_contrast <- function(x) {
is.factor(x) && !is.null(attr(x, "contrasts"))
}
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.