library(openxlsx)
#' @export
rules.is.na <- '=="NA"'
#' @export
rules.is.nan <- '=="NaN"'
#' @export
rules.p.lt.05 <- '<= 0.05'
#' @export
rules.p.lt.001 <- '<= 0.001'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.