context("test-setup")
test_that("testing sas_to_disk.frame", {
setup_disk.frame(workers = 2)
a = future::nbrOfWorkers()
expect_equal(a, 2)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.