Nothing
context("Construct list of subsets names from a description matrix.")
library(dst)
test_that("DoSSnames", {
# T1. No column namest
x1 <- matrix(c(0,1,1,1,1,1,1,0,1), ncol = 3)
expect_error(DoSSnames(x1), "Column names missing. Add column names to your mamtrix.")
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.