library(testthat)
library(biodatacoreUtils)
expect_NA <- function(x, ...) {
testthat::expect_equivalent(x, expected = NA, ...)
}
test_check("biodatacoreUtils")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.