test_that("The output should be a matrix", {
string <- c(1,1,1,1,1,1)
A <- matrix_create(string,2,2)
expect_equal(class(A), "matrix")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.