context("createVariableEnvironmentDS::expt::success")
test_that("success outcome",
{
outcome <- createEnvironmentDS()
expect_equal (is.environment(outcome),TRUE)
expect_equal(exists("outcome"), TRUE)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.