Nothing
test_that("tab2mat converts row vector to matrix", {
x <- matrix(1:9, 1)
res <- tab2mat(x)
expect_equal(res, matrix(1:9, 3, byrow = TRUE))
})
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.