#'NULL/NOT NULL Infix Operator
#'
#'\code{%||%} NULL/NOT NULL Infix Operator
#'
#'
#'
#'@return NULL
#'
#' @examples
#'
#'@export
`%||%` <- function(lfs, rhs) {
if (!is.null(lhs)) {
lhs
} else {
rhs
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.