test_that("save_env_rdata works", {
# reset env
setup_new_env()
save_env_rdata("./tmp/save_env_rdata/")
# check if file exist
expect_equal(length(
Sys.glob(file.path("./tmp/save_env_rdata/", "*.RData"))), 1)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.