#' Missing or NULL class union
#'
#' @export
#' @note Updated 2021-02-04.
#'
#' @return `missingOrNULL`.
#'
#' @examples
#' showClass("missingOrNULL")
setClassUnion(name = "missingOrNULL", members = c("missing", "NULL"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.