test_that("clear_workspace does not delete all variables from environment", {
clear_workspace()
expect_equal(length(ls()), 0)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.