str_trim <- function(x) {
gsub("^[[:space:]]+", "", gsub("[[:space:]]+$", "", x))
}
`%eq%` <- function (x, y) ifelse(is.null(x) || is.null(y), FALSE, x == y & !is.na(x) & !is.na(y))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.