Nothing
# This can be deleted in favour of base R version if we ever start depending
# on R (>= 4.4.0)
`%||%` <- function(x, y) {
if (is.null(x)) { # nolint: coalesce_linter.
y
} else {
x
}
}
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.