test_that("dssMean works", {
rem <- dssMean('iris$Sepal.Length')
expect_equal(rem$server1, mean(session1$iris$Sepal.Length))
expect_equal(rem$server2, mean(session2$iris$Sepal.Length))
expect_equal(rem$global, mean(iris$Sepal.Length))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.