Nothing
test_that("Checking anlz_pvalformat", {
result <- anlz_pvalformat(0.05)
expect_equal(result, 'ns')
result <- anlz_pvalformat(0.0001)
expect_equal(result, 'p < 0.001')
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.