Nothing
test_that("init_matrix creates a data frame with correct default number of rows", {
result <- init_matrix()
expect_s3_class(result, "data.frame")
expect_equal(nrow(result), 0) # Default number of rows
expect_equal(ncol(result), 26) # Expected number of predefined columns
})
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.