test_that("dssScale works", {
dssScale('iris_scaled', 'iris', datasources = opals["local1"])
x <- as.data.frame(scale(opals$local1$envir$iris[,1:4]))
expect_equal(summary(opals$local1$envir$iris_scaled[,2:5]), summary(x))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.