test_that("dssDim works", {
rem <- dssDim('iris', datasources = opals)
expect_equal(rem$server1, dim(session1$iris))
expect_equal(rem$server2, dim(session2$iris))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.