# The opposite of %in%
`%notin%` <- Negate(`%in%`)
# Product function with na.rm = TRUE as default
.rowProds <- purrr::partial(matrixStats::rowProds, na.rm = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.