#' Title
#'
#' @param x
#' @param ...
#'
#' @return
#' @export
#'
#' @examples
na_ifs <- function(x, ...) {
x[x %in% c(...)] <- NA
x
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.