test_that("Number of columns is ok", {
expect_equal(ncol(read_master_gene_file()), 13)
})
test_that("Number of lines is ok", {
expect_equal(nrow(read_master_gene_file()), 4739)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.