Nothing
context("convertMatrixType")
test_that("convertMatrixType", {
a1 = matrix(1:4, 2L, 2L)
a2 = matrix(as.character(1:4), 2L, 2L)
expect_equal(convertMatrixType(a1, "character"), a2)
})
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.