Nothing
test_that("item_intercor", {
data(iris)
x <- iris[, 1:4]
expect_equal(item_intercor(x), 0.2900708, tolerance = 1e-3)
expect_equal(item_intercor(x, "spearman"), 0.3147349, tolerance = 1e-3)
})
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.