# Defaults for NULL values
`%||%` <- function(a, b) if (is.null(a)) b else a
# Defaults for NULL values
`%!in%` <- Negate('%in%')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.