test_that("cor_test", {
testthat::expect_no_error(cor_test(iris, where(is.numeric),verbose = FALSE))
testthat::expect_no_error(cor_test(iris, where(is.numeric),show_p = T,verbose = FALSE))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.